You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
"description": "A PHP library to query Google's Places service for querying locations and addresses and getting details by Places ID.",
"keywords": [
"Google",
"Geolocation",
"Geolookup",
"Google Places"
],
"homepage": "http://markenwerk.net/",
"license": "MIT",
"authors": [
{
"name": "Martin Brecht-Precht",
"email": "mb@markenwerk.net",
"homepage": "http://markenwerk.net"
}
],
"autoload": {
"psr-4": {
"Markenwerk\\GooglePlacesSuite\\": "src/"
}
},
"require": {
"php": ">=5.3",
"lib-curl": "*",
"markenwerk/common-exceptions": "~3.0",
"markenwerk/google-datastructures": "~2.0"
},
"require-dev": {
"phpunit/phpunit": ">=4.8.26",
"codeclimate/php-test-reporter": "dev-master"
},
"suggest": {
"markenwerk/google-geocoder": "A PHP library to query Google's location service for geolocation and reverse lookups based on a given address, a geo location or a Google Places ID."