velesco / truckershub-api-client
Unofficial PHP Api Client for the Tuckershub API
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/velesco/truckershub-api-client
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-12-29 04:01:48 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.