Skip to content

rsanchez/gocardless-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoCardless

GoCardless PHP Client Library

The GoCardless PHP client provides a simple PHP interface to the GoCardless API.

If you want to use the library as an individual merchant, refer to the merchant guide. If you want to support multiple merchant accounts, see the partner guide.

Installation

Install from source

$ git clone git://github.com/gocardless/gocardless-php.git

Installing from the tarball

$ curl -L https://github.com/downloads/gocardless/gocardless-php/gocardless-php-v0.1.1.tgz | tar xzv

Download the Zip

Click here to download the zip file.

Installing with Composer

Add gocardless/gocardless to the contents of your composer.json:

{
    "require": {
        "gocardless/gocardless": ">=0.1.1"
    }
}

About

The PHP client library for the GoCardless API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%