velesco / truckershub-api-client
Unofficial PHP Api Client for the Tuckershub API
v1.0.2
2023-01-29 21:38 UTC
Requires
- php: ^7.4 || ^8.0
- guzzlehttp/guzzle: ^6.5.0|^7.4.2
- nesbot/carbon: 2.x-dev
This package is auto-updated.
Last update: 2025-04-29 01:38:47 UTC
README
Introduction
Please note: This is not an Official Client for Truckershub. The Truckershub PHP Client grants users easier access to the Truckershub API. Allowing you to implement adding/removing drivers as well as retrieving drivers from the Truckershub System.
Requirements
- PHP 7.4 or later
- Composer
- API Key is set in config/services.php
'truckershub' => [ 'apikey' => env('TRUCKERSHUB_API_KEY'), ],
Composer
You can install the package via Composer. Run the following command:
composer require velesco/truckers-hub-api-client
To use the package, use Composer's autoload:
require_once('vendor/autoload.php');
License
This package is open-source and is licensed under the MIT license.