Inovation in the world of B2B Payments. Apruve-PHP is a library to help integrate apruve.js into your website.
Please use Github issues to request features or report bugs.
Add this require to your composer.json
:
"require": {
"apruve/apruve-php": "~0.2"
}
NOTE: Be sure to update the version as you update the version of apruve-php
Then run composer install
:
$ composer install
$ vendor/bin/phpunit tests/
If you'd like to contribute, use the watchr ruby gem to assist.
$ gem install watchr
$ watchr ./autotest_watchr.rb
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Write your code and tests
- Ensure all tests still pass
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new pull request