Updated badges
This commit is contained in:
parent
204f0151c1
commit
d22145c379
1 changed files with 14 additions and 8 deletions
22
README.md
22
README.md
|
@ -1,10 +1,18 @@
|
|||
php-googleplaces
|
||||
================
|
||||
# php-googleplaces
|
||||
|
||||
[][travis]
|
||||
[][coveralls]
|
||||
[][packagist]
|
||||
[][gittip]
|
||||
|
||||
[travis]: http://travis-ci.org/joshtronic/php-googleplaces
|
||||
[coveralls]: https://coveralls.io/r/joshtronic/php-googleplaces
|
||||
[packagist]: https://packagist.org/packages/joshtronic/php-googleplaces
|
||||
[gittip]: https://www.gittip.com/joshtronic/
|
||||
|
||||
PHP Wrapper for the Google Places API.
|
||||
|
||||
Origins
|
||||
-------
|
||||
## Origins
|
||||
|
||||
Simply put, when I Googled “php google places” I was presented with [Google-Places---PHP-](https://github.com/anthony-mills/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.
|
||||
|
||||
|
@ -12,8 +20,7 @@ I did not fit into this assumption and set out to built my own wrapper with a he
|
|||
|
||||
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.
|
||||
|
||||
Usage Examples
|
||||
--------------
|
||||
## Usage Examples
|
||||
|
||||
### Getting started
|
||||
|
||||
|
@ -62,7 +69,6 @@ $google_places->reference = '#reference#'; // Reference from search results
|
|||
$details = $google_places->details();
|
||||
```
|
||||
|
||||
The Future
|
||||
----------
|
||||
## 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 ;)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue