prizeless / duoporta-client
Library for connecting and executing operations Duoporta API
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/prizeless/duoporta-client
Requires
- php: >=5.5.0
 - guzzlehttp/guzzle: 6.x
 
Requires (Dev)
- mockery/mockery: *
 - phpunit/phpunit: ~4.0
 
This package is not auto-updated.
Last update: 2025-10-28 23:32:09 UTC
README
Steps to using this API Client
- Get API key from duoporta.co.za
 - Install this api client using composer
 - Define the following constants somewhere in your project
 
- DUOPORTA_API_KEY
 - DUOPORTA_CLIENT_ID
 - DUOPORTA_API_DEBUG
 
- Initialize class
 
$request = new \Duoporta\Controllers\Request();
$result  = $request->getRanges();
- Check the various methods under this class.
 - Sit back and love it :)
 
TODO
- Write unit tests
 - Cache responses