Skip to content
This repository has been archived by the owner on Jan 6, 2019. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinCK committed Mar 15, 2015
1 parent 5082b38 commit 2be16ae
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Collection Component
=======

[![Build Status](https://scrutinizer-ci.com/g/RobinCK/collection/badges/build.png?b=master)](https://scrutinizer-ci.com/g/RobinCK/collection/build-status/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/RobinCK/collection/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/RobinCK/collection/?branch=master)
[![Latest Stable Version](https://poser.pugx.org/kasseler/collection/v/stable.svg)](https://packagist.org/packages/kasseler/cache)
[![Total Downloads](https://poser.pugx.org/kasseler/collection/downloads.svg)](https://packagist.org/packages/kasseler/collection)
[![Latest Unstable Version](https://poser.pugx.org/kasseler/collection/v/unstable.svg)](https://packagist.org/packages/kasseler/collection)
[![License](https://poser.pugx.org/kasseler/collection/license.svg)](https://packagist.org/packages/kasseler/collection)

### Requirements
- PHP >= 5.4
Expand Down Expand Up @@ -43,4 +48,4 @@ unset($collection['four']);
$collection->remove('five');

echo count($collection); // return 3
```
```

0 comments on commit 2be16ae

Please sign in to comment.