Integrate the ICEPAY Payment service in your project using our handy API client based on REST API (JSON).
By far the easiest way to install the ICEPAY API client is to require it with Composer.
$ composer require icepay/api
You may also git checkout or download the latest release, and include the ICEPAY API client manually.
The documentation and its examples are stored in the /doc/
folder in this repository.
We'd love for you to contribute to our source code and to make our API even better than it is today! Here is how you can do that:
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Our authors will review your pull request when the PR has been made.
BSD 2-Clause License. Copyright (c) 2015, ICEPAY B.V.