This repository has been archived by the owner on Aug 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mailchimp-api
updated
15 files
+2 −0 | .env.example | |
+8 −0 | .gitattributes | |
+3 −0 | .gitignore | |
+10 −0 | .scrutinizer.yml | |
+12 −0 | .travis.yml | |
+195 −26 | README.md | |
+11 −3 | composer.json | |
+17 −0 | phpunit.xml | |
+139 −0 | src/Batch.php | |
+0 −87 | src/Drewm/MailChimp.php | |
+326 −0 | src/MailChimp.php | |
+85 −0 | src/Webhook.php | |
+32 −0 | tests/BatchTest.php | |
+32 −0 | tests/ListsTest.php | |
+76 −0 | tests/MailChimpTest.php |