承接 velesco/truckershub-api-client 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-29