hirealite/laravel-tom-tom
最新稳定版本:0.2
Composer 安装命令:
composer require hirealite/laravel-tom-tom
包简介
Laravel based API For TomTom Webfleet .Connect
README 文档
README
API Client for Laravel 5 that connects with TomTom's Webfleet .Connect API.
Currently supported calls:
- createSession
- showUsers
- showObjectReport
- showVehicleReport
- sendOrder
- sendDestinationOrder
- showAddressReport
- insertAddress
- updateAddress
- deleteAddress
It is also relatively easy to add your own methods quickly, please submit a PR with any improvements.
Still heavily in development and probably shouldn't be used in a commercial project.
Installation
Run the following command in your Laravel installation.
composer require hirealite/laravel-tom-tom
Once its installed add the following provider to your config.php:
Hirealite\LaravelTomTom\TomTomServiceProvider::class
And the Facade:
'TomTom' => \Hirealite\LaravelTomTom\Facades\TomTom::class,
then run the following command to generate the configuration file:
php artisan vendor:publish
You'll then need to add your TomTom API into the config/tomtom.php file.
统计信息
- 总下载量: 13.65k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2015-10-30