From 6324a97118a3b5ebb43cde76bac755a2a9cdf07a Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 26 Jul 2013 11:08:24 +0100 Subject: [PATCH] Added badges [ci skip] --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efe36404..797e18f5 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,17 @@ The framework is provided as a Composer package which can be installed by adding } ``` +#### Master branch + +Latest stable version - [![Latest Stable Version](https://poser.pugx.org/league/oauth2-server/v/stable.png)](https://packagist.org/packages/league/oauth2-server) +Code coverage - [![Coverage Status](https://coveralls.io/repos/php-loep/oauth2-server/badge.png?branch=master)](https://coveralls.io/r/php-loep/oauth2-server?branch=master) +Downloads - [![Total Downloads](https://poser.pugx.org/league/oauth2-server/downloads.png)](https://packagist.org/packages/league/oauth2-server) + +#### Develop branch + +Latest unstable version - [![Latest Unstable Version](https://poser.pugx.org/league/oauth2-server/v/unstable.png)](https://packagist.org/packages/league/oauth2-server) +Code coverage - [![Coverage Status](https://coveralls.io/repos/php-loep/oauth2-server/badge.png?branch=develop)](https://coveralls.io/r/php-loep/oauth2-server?branch=develop) + --- The library features 100% unit test code coverage. To run the tests yourself run `phpunit` from the project root. @@ -64,4 +75,4 @@ The initial code was developed as part of the [Linkey](http://linkey.blogs.linco This code is principally developed and maintained by [@alexbilbie](https://twitter.com/alexbilbie). -A list of contributors can be found at [https://github.com/php-loep/oauth2-server/contributors](https://github.com/php-loep/oauth2-server/contributors). \ No newline at end of file +A list of contributors can be found at [https://github.com/php-loep/oauth2-server/contributors](https://github.com/php-loep/oauth2-server/contributors).