Drip SDK is a PSR-2 Compliant Object Orientated PHP SDK for the Drip Email Marketing software API.
Drip-sdk requires the following:
- "php": ">=5.6.0"
- "guzzlehttp/guzzle": "6.2.*"
- "cartalyst/collections": "1.1.*"
- "snscripts/getset": "1.0.*"
- "snscripts/result": "1.0.*"
And the following if you wish to run in dev mode and run tests.w
- "phpunit/phpunit": "5.7.5"
- "squizlabs/php_codesniffer": "2.0"
To run the tests, simply checkout the package and navigate to the package root in command line.
Run composer install
to bring in all the dev dependencies. Then you can run ./vendor/bin/phpunit
to run all the Unit Tests and ./vendor/bin/phpcs --standard=PSR2 ./src
to run the code sniffer for any PSR2 errors.
For current documentation, see the docs folder
You can view the changelog HERE
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.