triad-ltd / curo-interface
There is no license information available for the latest version (v0.0.2) of this package.
PSR compliant interface to Curo core platform
v0.0.2
2020-03-25 11:46 UTC
Requires
- guzzlehttp/guzzle: ^6.5
This package is auto-updated.
Last update: 2024-12-19 23:06:19 UTC
README
PSR compliant interface to Curo core platform
Create an instance passing an array of settings: [ 'cache_enabled' => false, // boolean, optional, defaults to true 'api_url' => 'https://curo.triad.uk.com/api/v1', // string, required 'client_id' => 0, // integer, required 'client_secret' => 'yoursecretstring', // string, required ]