Skip to content

xclarifyio/clarify-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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