2017 © Pedro Peláez
 

library laravel-tom-tom

Laravel based API For TomTom Webfleet .Connect

image

hirealite/laravel-tom-tom

Laravel based API For TomTom Webfleet .Connect

  • Friday, October 14, 2016
  • by Jono20201
  • Repository
  • 14 Watchers
  • 1 Stars
  • 8,541 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 14 % Grown

The README.md

laravel-tom-tom

API Client for Laravel 5 that connects with TomTom's Webfleet .Connect API., (*1)

Currently supported calls:, (*2)

  • 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., (*3)

Still heavily in development and probably shouldn't be used in a commercial project., (*4)

Installation

Run the following command in your Laravel installation., (*5)

composer require hirealite/laravel-tom-tom, (*6)

Once its installed add the following provider to your config.php:, (*7)

Hirealite\LaravelTomTom\TomTomServiceProvider::class, (*8)

And the Facade:, (*9)

'TomTom' => \Hirealite\LaravelTomTom\Facades\TomTom::class,, (*10)

then run the following command to generate the configuration file:, (*11)

php artisan vendor:publish, (*12)

You'll then need to add your TomTom API into the config/tomtom.php file., (*13)

The Versions

14/10 2016

dev-develop

dev-develop https://github.com/HireALite/laravel-tom-tom

Laravel based API For TomTom Webfleet .Connect

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Hire-A-Lite DevOps

04/04 2016

dev-master

9999999-dev https://github.com/HireALite/laravel-tom-tom

Laravel based API For TomTom Webfleet .Connect

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Hire-A-Lite DevOps

04/04 2016

0.2

0.2.0.0 https://github.com/HireALite/laravel-tom-tom

Laravel based API For TomTom Webfleet .Connect

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Hire-A-Lite DevOps