You can install the package via composer:
composer require realtydev/laravel-placekey
You can run the install command with:
php artisan placekey:install"
You can publish the config file with:
php artisan vendor:publish --tag="placekey-config"
use LaravelPlacekey;
LaravelPlacekey::getPlacekeyForAddress(
"1543 Mission Street, Floor 3",
"San Francisco",
"CA",
"94105",
"US"
);
{
"query_id": "0",
"placekey": "22k@5vg-7gq-5mk"
}
composer test
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.