From d22145c37999ab8bfb38f0f0692781ef44083c08 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Wed, 14 May 2014 17:19:28 -0400 Subject: [PATCH] Updated badges --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) 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 ;)