Skip to content

Commit

Permalink
Add Mailchimp provider
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaki82 committed May 2, 2018
1 parent 2d9e148 commit 5f0398b
Show file tree
Hide file tree
Showing 7 changed files with 2,167 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor/
27 changes: 27 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "adespresso/oauth2-mailchimp",
"description": "Mailchimp OAuth 2.0 client provider for PHP League OAuth2",
"require": {
"league/oauth2-client": "^2.3"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
},
"license": "MIT",
"authors": [
{
"name": "Carlo Tomei",
"email": "carlo.tome@adespresso.com"
}
],
"autoload": {
"psr-4": {
"Ae\\OAuth2\\Client\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Ae\\OAuth2\\Client\\Test\\": "tests/"
}
}
}
Loading

0 comments on commit 5f0398b

Please sign in to comment.