2017 © Pedro Peláez
 

library google-address-converter

Small tools to convert Address from google maps API

image

ptondereau/google-address-converter

Small tools to convert Address from google maps API

  • Monday, March 27, 2017
  • by rooferz
  • Repository
  • 2 Watchers
  • 2 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

google-address-converter

WIP comming soon

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Install

Via Composer, (*2)

``` bash $ composer require ptondereau/google-address-converter, (*3)


## Usage ``` php // Create client $apiKey = 'xxxxx'; $googleConverter = new GoogleMapsClient($api); // Create address to convert $address = new Address(); $address->setAddressLine1('address1') ->setAddressLine2('address2') ->setAddressLine3('address3') ->setCity('city') ->setZipCode('zipCode'); // Get Lat and long $googleConverter->getLatLong($address);

Change log

Please see CHANGELOG for more information on what has changed recently., (*4)

Testing

bash $ composer test, (*5)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*6)

Security

If you discover any security related issues, please email pierre.tondereau@gmail.com instead of using the issue tracker., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions