2017 © Pedro Peláez
 

library payment-api

image

micropayment/payment-api

  • Wednesday, July 5, 2017
  • by micropayment
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Micropayment Payment API

micropayment payment API client and demo application., (*1)

Getting Started

Prerequisites

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)

Installing

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)

Testing

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)

Documentation

TODO: Coming soon ..., (*9)

Going in Production

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)

License

This project is licensed under the MIT License - see the LICENSE.md file for details, (*12)

Acknowledgments

  • Found issues for this package? Raise a new on Github
  • Problems while installing or developing? Mail or call to Support
  • You could create a much better thing? Maybe you can do ... Jobs ;)

The Versions

05/07 2017

dev-master

9999999-dev

  Sources   Download

by hheyne