Download the PHP package gocardless/enterprise without Composer
On this page you can find all versions of the php package gocardless/enterprise. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gocardless/enterprise
More information about gocardless/enterprise
Files in gocardless/enterprise
Download gocardless/enterprise
More information about gocardless/enterprise
Files in gocardless/enterprise
Vendor gocardless
Package enterprise
Short Description A php library for interfacing with the GoCardless Pro (formerly GoCardless Enterprise) REST API. Please note this library is not for use with their standard API.
License MIT
Homepage https://www.lendable.co.uk
Package enterprise
Short Description A php library for interfacing with the GoCardless Pro (formerly GoCardless Enterprise) REST API. Please note this library is not for use with their standard API.
License MIT
Homepage https://www.lendable.co.uk
Please rate this library. Is it a good library?
Informations about the package enterprise
ABANDONED
We recommend that the official package from Gocardless is used: https://packagist.org/packages/gocardless/gocardless-pro
Unofficial integration with GoCardless Enterprise API
Client library for the GoCardless Enterprise API
You will need to create a config.php with the configuration settings (a dist file is provided for reference):
<?php
return [
'baseUrl' => 'https://api-sandbox.gocardless.com/',
'gocardlessVersion' => '2015-07-06',
'webhook_secret' => XXXXXXXXXXXXXXXXXXXXXX,
'creditorId' => XXXXXXXXXXXXXX,
'token' => XXXXXXXXXXXXXXXXXXXXXXXXXXX,
];
After adding the configuration, run the unit tests:
$ php vendor/bin/phpunit
All versions of enterprise with dependencies
PHP Build Version
Package Version
The package gocardless/enterprise contains the following files
Loading the files please wait ....