velesco/truckershub-api-client
最新稳定版本:v1.0.2
Composer 安装命令:
composer require velesco/truckershub-api-client
包简介
Unofficial PHP Api Client for the Tuckershub API
README 文档
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.
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-29