Please note: This is not an Official Client for Navio. The Navio PHP Client grants users easier access to the Navio API. Allowing you to implement adding/removing drivers as well as retrieving drivers from the Navio System.
- PHP 7.4 or later
- Composer
- API Key is set in config/services.php
'navio' => [
'apikey' => env('NAVIO_API_KEY'),
],
You can install the package via Composer. Run the following command:
composer require huckinb/navio-api-client
To use the package, use Composer's autoload:
require_once('vendor/autoload.php');
Documentation for API can be found on the Docs.
If you have any questions about the client, please create an issues ticket New
This package is open-source and is licensed under the MIT license.