PHPackages                             wubs/simple-google-directions-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. wubs/simple-google-directions-api

ActiveLibrary[API Development](/categories/api)

wubs/simple-google-directions-api
=================================

Communicates with the google directions api

0.1.14(11y ago)2262PHPPHP &gt;=5.5

Since Apr 28Pushed 11y ago1 watchersCompare

[ Source](https://github.com/megawubs/simple-goolge-directions-api)[ Packagist](https://packagist.org/packages/wubs/simple-google-directions-api)[ RSS](/packages/wubs-simple-google-directions-api/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (6)Versions (7)Used By (0)

Simple Goolge Directions API
============================

[](#simple-goolge-directions-api)

This is a simple laravel package to get basic information from the Google Directions API.

Installation
------------

[](#installation)

To install this library into your project simply do the following in your project root:

```
composer require wubs/simple-google-directions-api:0.*
```

### Laravel specific

[](#laravel-specific)

If you use Laravel, add `'Wubs\Directions\DirectionsServiceProvider',` to `app/config.php` in the providers array and add `'Directions' => 'Wubs\Directions\Facades\Directions',` to the aliases array, also in `app/config.php`.

Usage
-----

[](#usage)

You can use the facade like this:

```
