digitlimit / place
Place is a wrapper for Google Places API, a service that returns information about places using HTTP requests
dev-main
2019-10-30 12:06 UTC
Requires
- php: >=5.4.0
- illuminate/support: ~5.0
Requires (Dev)
- mockery/mockery: dev-master
This package is auto-updated.
Last update: 2024-10-30 01:37:15 UTC
README
Place is a wrapper for Google Places API, a service that returns information about places using HTTP requests. Places are defined within this API as establishments, geographic locations, or prominent points of interest
Installation
Add place in your composer.json file:
"require": { "digitlimit/place": "dev-develop" }