https://github.com/trejjam/mailchimp
Mailchimp client for the Nette framework
https://github.com/trejjam/mailchimp
library mailchimp nette php71
Last synced: about 1 year ago
JSON representation
Mailchimp client for the Nette framework
- Host: GitHub
- URL: https://github.com/trejjam/mailchimp
- Owner: trejjam
- License: mit
- Created: 2016-01-04T21:35:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-06T16:29:05.000Z (about 1 year ago)
- Last Synced: 2025-04-13T20:46:59.159Z (about 1 year ago)
- Topics: library, mailchimp, nette, php71
- Language: PHP
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Usage
To install the latest version of `trejjam/mail-chimp` use [Composer](https://getcomposer.com).
```
composer require trejjam/mail-chimp
```
## Versions
| State | Version | Branch | PHP |
|--------|---------|----------|------------|
| dev | `^0.7` | `master` | `8.1, 8.2` |
| stable | `^0.6` | `master` | `>= 7.3` |
| stable | `^0.5` | `master` | `>= 7.3` |
| stable | `^0.4` | `master` | `>= 7.2` |
| stable | `^0.3` | `master` | `>= 7.2` |
| stable | `^0.2` | `master` | `>= 7.1` |
## Documentation
For details on how to use this package, check out our [documentation](.docs).
## Links
- [Official API reference](http://developer.mailchimp.com/documentation/mailchimp/reference/overview)
## Maintainers