triad-ltd / curo-interface
PSR compliant interface to Curo core platform
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 2
pkg:composer/triad-ltd/curo-interface
Requires
- guzzlehttp/guzzle: ^6.5
This package is auto-updated.
Last update: 2025-09-20 01:01:34 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 ]