realtydev / laravel-placekey
A Laravel package for seamless integration with the Placekey API.
Installs: 2 371
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 2
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.2
- illuminate/contracts: ^10.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.8
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.8
- pestphp/pest: ^2.20
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2025-04-05 16:08:53 UTC
README
Installation
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"
Usage
use LaravelPlacekey; LaravelPlacekey::getPlacekeyForAddress( "1543 Mission Street, Floor 3", "San Francisco", "CA", "94105", "US" );
{ "query_id": "0", "placekey": "22k@5vg-7gq-5mk" }
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.