clarify / clarify-helper
A PHP wrapper for the Clarify API
2.1.1
2016-04-14 15:42 UTC
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- mockery/mockery: >=0.7.2
- phpunit/phpunit: 3.7.*
README
PHP Helper Library for Clarify
You can get started in minutes using our Quickstarts:
http://docs.clarify.io/quickstarts/
See more examples for listing, getting, and deleting bundles etc. in the /examples folder.
To use any of the examples, rename credentials-dist.php to credentials.php and add your API key from here: https://developer.clarify.io/apps/list/
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request from github