Skip to content

realtydev/laravel-placekey

Repository files navigation

A Laravel package for seamless integration with the Placekey API.

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages