Wallogit.com
2017 © Pedro Peláez
micropayment payment API client and demo application., (*1)
This is a API client with demo application for PHP. So you need PHP installed on your system. GIT and Composer will be nice too ..., (*2)
Clone or 'create-project' this package via GIT or Composer., (*3)
$ composer create-project micropayment/payment-api or $ git clone git://github.com/micropayment/payment-api
You may also download and unzip the package from https://github.com/micropayment/payment-api/archive/master.zip, (*4)
To run a demo application, start a php server on the /demoapp dir ..., (*5)
$ composer demoserver or $ php -S localhost:8000 -t payment-api/demoapp
... and explore the possibilities of the API in your browser http://localhost:8000/., (*6)
After a few minutes you can find your transaction in our Demo ControlCenter, (*7)
Use this demo as a start point for your own development, or integrate it in your existing project., (*8)
TODO: Coming soon ..., (*9)
You have to register an account for your organisation on micropayment, and activate the different payment methods. Here you find the registration form., (*10)
Until your account is fully activated, and after, you can use all API features in a special sandbox mode. So you will be able to work on your next version, while your organisation is doing its business., (*11)
This project is licensed under the MIT License - see the LICENSE.md file for details, (*12)