Skip to content

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.

Notifications You must be signed in to change notification settings

HuckinB/Navio-API-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages