Download the PHP package digikraaft/abokifx-php without Composer
On this page you can find all versions of the php package digikraaft/abokifx-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digikraaft/abokifx-php
More information about digikraaft/abokifx-php
Files in digikraaft/abokifx-php
Package abokifx-php
Short Description PHP Implementation of abokiFX API
License MIT
Homepage https://github.com/digikraaft/abokifx-php
Informations about the package abokifx-php
Convenient PHP wrapper to abokiFX API
This package provides an expressive and convenient way to interact with the abokiFX API.
Installation
You can install the package via composer:
Usage
All APIs documented in abokiFX's API Reference are currently supported by this package.
Authentication
Before using any of the endpoints, you will have to obtain your API token by contacting the abokiFX marketing team via [email protected]
Usage
Available Methods
A list of the available methods are documented below:
Abokifx
getApiToken() : string
setApiToken(string $apiToken) : void
Rate
current(): Array|Object
otherParallel(): Array|Object
previous(): Array|Object
withDate(array params) : Array|Object
This package returns the exact response from the abokiFX API but as the stdClass
type or array
. The package returns the response as array
by default. If you want to return the response as object
, simple set the response type before calling the endpoint like this:
Testing
More Good Stuff
Check here for more awesome free stuff!
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Contributions are welcome! Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Tim Oladoyinbo
- All Contributors
License
The MIT License (MIT). Please see License File for more information.