Download the PHP package lukasznetkoncept/php-googleplaces without Composer
On this page you can find all versions of the php package lukasznetkoncept/php-googleplaces. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lukasznetkoncept/php-googleplaces
More information about lukasznetkoncept/php-googleplaces
Files in lukasznetkoncept/php-googleplaces
Package php-googleplaces
Short Description PHP Wrapper for the Google Places API
License MIT
Homepage https://github.com/joshtronic/php-googleplaces
Informations about the package php-googleplaces
php-googleplaces
PHP Wrapper for the Google Places API.
Origins
Simply put, when I Googled “php google places” I was presented with Google-Places---PHP-. I attempted to use it, and it was fine as I was able to make it work, but there seemed to be a huge assumption that you already knew a lot of the quirks of the Google Places API.
I did not fit into this assumption and set out to built my own wrapper with a heavy focus on sanity checking inputs, utilizing the magical parts of PHP (reads: you interact directly with the object as you would the API) and avoiding setter methods as they were put here by the devil.
I opted not to fork because I was going to change too much and I highly doubt my pull requests would have even been accepted.
Installation
The preferred installation is via composer
. First add the following to your
composer.json
Then run composer update
or run:
composer require "lukasznetkoncept/php-googleplaces"
Usage
Getting started
Search nearby, ranked by prominence
Search nearby, ranked by distance
Second page of search nearby results
Radar search
Place details
The Future
The project that I created this library for is now defunct so I’m not actively using it or hacking on it. That being said, if there’s something you want to see included or you find a bug, just open an issue or grow a pair and fork, hack and send a pull request ;)