clarify/clarify-helper

A PHP wrapper for the Clarify API

2.1.1 2016-04-14 15:42 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:20:23 UTC


README

Scrutinizer Code Quality Code Climate

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request from github