Download the PHP package salmanbe/mapquest without Composer
On this page you can find all versions of the php package salmanbe/mapquest. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download salmanbe/mapquest
More information about salmanbe/mapquest
Files in salmanbe/mapquest
Package mapquest
Short Description Laravel library to import latitude and longitude by address from Map Quest Api
License MIT
Informations about the package mapquest
Map Quest
This easy to use library imports latitude, longitude coordinates from Map Quest API. You must go to developer.mapquest.com to register and acquire an API key to use with this library. Please note that neither this laravel library is made on behalf of Map Quest nor developer is acting on behalf of Map Quest. There is no coorporation between Map Quest and this library. Map Quest is not responsible for this library. Map Quest API credit goes to Map Quest.
Video Tutorial
Laravel Installation
Install using composer:
There is a service provider included for integration with the Laravel framework. This service should automatically be registered else to register the service provider, add the following to the providers array in config/app.php:
You can also add it as a Facade in config/app.php:
Add 2 lines to config/app.php
Add 2 lines to .env
Basic Usage
Add use Salmanbe\MapQuest\MapQuest; or use MapQuest; at top of the class where you want to use it. Then create class instance.
Set Address
Get Latitude
Get Longitude
GET Coordinates
GET Status Code
Uninstall
First remove Salmanbe\MapQuest\MapQuestServiceProvider::class, and
'MapQuest' => Salmanbe\MapQuest\MapQuest::class, from config/app.php if it was added.
Then Run composer remove salmanbe/mapquest
License
This library is licensed under THE MIT License. Please see License File for more information.
Security contact information
To report a security vulnerability, follow these steps.
