A Laravel package for seamless integration with the Placekey API.
realtydev/laravel-placekey is a Laravel package for a laravel package for seamless integration with the placekey api..
It currently has 0 GitHub stars and 3.267 downloads on Packagist (latest version 1.0.1).
Install it with composer require realtydev/laravel-placekey.
Discover more Laravel packages by realtydev
or browse all Laravel packages to compare alternatives.
Last updated
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.