From 87e86d3bf60f220e3ca7ecd7cc40f3d97d400a4a Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Sun, 28 Jul 2013 21:23:46 -0400 Subject: [PATCH] Add packagist graphics, move travis-ci up top --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b28d4b..7959df1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A PHP library with a variety of string manipulation functions with multibyte support. Offers both OO method chaining and a procedural-style static wrapper. Inspired by underscore.string.js. +[![Build Status](https://travis-ci.org/danielstjules/Stringy.png)](https://travis-ci.org/danielstjules/Stringy) +[![Total Downloads](https://poser.pugx.org/danielstjules/Stringy/downloads.png)](https://packagist.org/packages/danielstjules/stringy) +[![Latest Stable Version](https://poser.pugx.org/danielstjules/Stringy/v/stable.png)](https://packagist.org/packages/danielstjules/stringy) + Note: The methods listed below are subject to change until we reach a 1.0.0 release. * [Requiring/Loading](#requiringloading) @@ -788,8 +792,6 @@ S::upperCaseFirst('σ test', 'UTF-8'); // 'Σ test' ## Tests -[![Build Status](https://travis-ci.org/danielstjules/Stringy.png)](https://travis-ci.org/danielstjules/Stringy) - From the project directory, tests can be ran using `phpunit` ## License