Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfreear/oauth2-mailchimp
MailChimp OAuth 2.0 Client Provider for The PHP League OAuth2-Client
https://github.com/cfreear/oauth2-mailchimp
mailchimp oauth2 php-league
Last synced: about 2 months ago
JSON representation
MailChimp OAuth 2.0 Client Provider for The PHP League OAuth2-Client
- Host: GitHub
- URL: https://github.com/cfreear/oauth2-mailchimp
- Owner: cfreear
- License: mit
- Created: 2016-02-18T16:38:45.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T16:28:26.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T20:08:42.490Z (9 months ago)
- Topics: mailchimp, oauth2, php-league
- Language: PHP
- Homepage: https://github.com/cfreear/oauth2-mailchimp
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MailChimp Provider for OAuth 2.0 Client
[![Latest Version](https://img.shields.io/github/release/cfreear/oauth2-mailchimp.svg?style=flat-square)](https://github.com/cfreear/oauth2-mailchimp/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/cfreear/oauth2-mailchimp/master.svg?style=flat-square)](https://travis-ci.org/cfreear/oauth2-mailchimp)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/cfreear/oauth2-mailchimp.svg?style=flat-square)](https://scrutinizer-ci.com/g/cfreear/oauth2-mailchimp/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/cfreear/oauth2-mailchimp.svg?style=flat-square)](https://scrutinizer-ci.com/g/cfreear/oauth2-mailchimp)
[![Dependency Status](https://www.versioneye.com/user/projects/56dd65a5153573003398835b/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56dd65a5153573003398835b)This package provides MailChimp OAuth 2.0 support for the PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).
## Credits
- [Christian Freear](https://github.com/cfreear)
- [OAuth 2.0 Client Contributors](https://github.com/thephpleague/oauth2-client/contributors)## License
The MIT License (MIT). Please see the [License File](https://github.com/cfreear/oauth2-mailchimp/blob/master/LICENSE) for more information.