fleetbase/fleetbase-php
Composer 安装命令:
composer require fleetbase/fleetbase-php
包简介
Fleetbase\PHP\SDK
README 文档
README
Fleetbase PHP SDK
This project adheres to a Contributor Code of Conduct. By participating in this project and its community, you are expected to uphold this code.
Requirements
PHP 7.4 and later.
Installation
The preferred method of installation is via Composer. Run the following
command to install the package and add it as a requirement to your project's
composer.json:
composer require fleetbase/fleetbase-php
Quick Start
Simple usage looks like:
$fleetbase = new \Fleetbase\Sdk\Fleetbase('< api key here >'); $spaceNeedle = $fleetbase->places->create([ 'name' => 'Space Needle', 'street1' => '400 Broad Street', 'city' => 'Seattle', 'state' => 'WA', 'country' => 'US' ]);
Documentation
Check out the documentation website for detailed information and code examples.
Contributing
Contributions are welcome! Please read CONTRIBUTING for details.
Copyright and License
The fleetbase/fleetbase-php library is copyright © Fleetbase Pte Ltd. and licensed for use under the MIT License (MIT). Please see LICENSE for more information.
统计信息
- 总下载量: 32
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-03