prizeless / duoporta-client
Library for connecting and executing operations Duoporta API
1.0.2
2019-10-05 18:07 UTC
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-01-21 19:48:12 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