snscripts / drip-sdk
Unofficial SDK for Drip Email Marketing Software
Installs: 4 727
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 3
Open Issues: 5
Requires
- php: >=5.6.0
- cartalyst/collections: 1.1.*
- guzzlehttp/guzzle: 6.3.*
- snscripts/getset: 1.0.*
- snscripts/result: 1.0.*
Requires (Dev)
- phpunit/phpunit: 5.7.5
- squizlabs/php_codesniffer: ~2.0
README
Introduction
Drip SDK is a PSR-2 Compliant Object Orientated PHP SDK for the Drip Email Marketing software API.
Requirements
Composer
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"
Tests
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.
Usage
For current documentation, see the docs folder
Changelog
You can view the changelog HERE
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.