huckinb/navio-api-client

Unofficial PHP Api Client for the Navio API

v0.1 2022-05-16 19:51 UTC

This package is auto-updated.

Last update: 2024-05-18 04:20:33 UTC


README

logo.svg

Introduction

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.

Requirements

  • PHP 7.4 or later
  • Composer
  • API Key is set in config/services.php
  'navio' => [
    'apikey' => env('NAVIO_API_KEY'),
  ],

Composer

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');

Navio Documentation

Documentation for API can be found on the Docs.

Support

If you have any questions about the client, please create an issues ticket New

License

This package is open-source and is licensed under the MIT license.