LaravelPackages.net
Acme Inc.
Toggle sidebar
hirealite/laravel-tom-tom

Laravel based API For TomTom Webfleet .Connect

13.662
0
0.2
About hirealite/laravel-tom-tom

hirealite/laravel-tom-tom is a Laravel package for laravel based api for tomtom webfleet .connect. It currently has 0 GitHub stars and 13.662 downloads on Packagist (latest version 0.2). Install it with composer require hirealite/laravel-tom-tom. Discover more Laravel packages by hirealite or browse all Laravel packages to compare alternatives.

Last updated

laravel-tom-tom

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.

Comments