From 46cae76546f9fa80e6c5c1e66f81adc3d034649e Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Fri, 29 May 2015 09:30:40 -0700 Subject: [PATCH] Update README.md Added new badges --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d562d37..2e718ae 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # Spout +[![Latest Stable Version](https://poser.pugx.org/box/spout/v/stable)](https://packagist.org/packages/box/spout) +[![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges) +[![Build Status](https://travis-ci.org/box/spout.png?branch=master)](http://travis-ci.org/box/spout) +[![Total Downloads](https://poser.pugx.org/box/spout/downloads)](https://packagist.org/packages/box/spout) [![License](https://poser.pugx.org/box/spout/license)](https://packagist.org/packages/box/spout) + Spout is a PHP library to read and write CSV and XLSX files, in a fast and scalable way. Contrary to other file readers or writers, it is capable of processing very large files while keeping the memory usage really low (less than 10MB). -[![Build Status](https://travis-ci.org/box/spout.png?branch=master)](http://travis-ci.org/box/spout) -[![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges) - ## Installation