NOTE: This app is still heavily under development.
This API currently only supports the "Peach Payments XML Query API". More to be added...
The API was designed to implement the Command Design Pattern. Since this package only supports the "Query" api, there is only 1 command implemented - the QueryCommad. It requires a Request instance as it's only argument.
WARNING: This package will be a pain to use without a Dependency Injection Container. See mnel/peach-extentions-laravel: if you are using Laravel.
The suggested installation method is via composer:
php composer.phar require "mnel/peach:dev-master"