mnel/peach

There is no license information available for the latest version (0.1.0) of this package.

A peach payments PHP Client

0.1.0 2015-01-20 08:39 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:45:19 UTC


README

NOTE: This app is still heavily under development.

Getting started

Introduction

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.

Installation

The suggested installation method is via composer:

php composer.phar require "mnel/peach:dev-master"

Basic usage