diff --git a/README.md b/README.md index 33edb4a..a8a8d34 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,18 @@ -php-googleplaces -================ +# php-googleplaces + +[![Build Status](http://img.shields.io/travis/joshtronic/php-googleplaces.svg?style=flat)][travis] +[![Coverage Status](http://img.shields.io/coveralls/joshtronic/php-googleplaces.svg?style=flat)][coveralls] +[![Downloads](http://img.shields.io/packagist/dm/joshtronic/php-googleplaces.svg?style=flat)][packagist] +[![Gittip](http://img.shields.io/gittip/joshtronic.svg?style=flat)][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 ;)