PHPackages                             ebidtech/collection - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ebidtech/collection

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ebidtech/collection
===================

A set of interfaces and traits to speed up the creation of collections

v2.0.1(12y ago)13119.8k—3.1%16MITPHPPHP &gt;=5.4.0

Since Nov 28Pushed 12y ago14 watchersCompare

[ Source](https://github.com/ebidtech/collection)[ Packagist](https://packagist.org/packages/ebidtech/collection)[ Docs](http://github.com/ebidtech/collection)[ RSS](/packages/ebidtech-collection/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (8)Used By (6)

Collection
==========

[](#collection)

A set of interfaces and traits to speed up the creation of collections.

[![Latest Stable Version](https://camo.githubusercontent.com/d3b7c461428de28b64796d2ccc70f0e45e508b19d0ebd472a3f6901bdef3d66a/68747470733a2f2f706f7365722e707567782e6f72672f65626964746563682f636f6c6c656374696f6e2f762f737461626c652e706e67)](https://packagist.org/packages/ebidtech/collection)[![Build Status](https://camo.githubusercontent.com/8158d4c0a7a015e95441cb9d30624c92dc973b1c438e816119d94a8241bf7f80/68747470733a2f2f7472617669732d63692e6f72672f65626964746563682f636f6c6c656374696f6e2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/ebidtech/collection) [![Coverage Status](https://camo.githubusercontent.com/9df20bc1e230fd60167285a380be6cbe93856ab2f4259dd5cea4b4d193c524a8/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f65626964746563682f636f6c6c656374696f6e2f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/ebidtech/collection?branch=master) [![Scrutinizer Quality Score](https://camo.githubusercontent.com/151ec4601b4bc0816dfd8f2a75394d5c02618b8139691018ca2a33157e15c353/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f65626964746563682f636f6c6c656374696f6e2f6261646765732f7175616c6974792d73636f72652e706e673f733d38643930396531353534393735613465323063353366313133636338653465323235663937643733)](https://scrutinizer-ci.com/g/ebidtech/collection/) [![Dependency Status](https://camo.githubusercontent.com/eb68a35ca335f82f21b628be3629294ff800a6463f8026742a1848efb617b01a/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3532393737623339363332626163396633633030303030322f62616467652e706e67)](https://www.versioneye.com/user/projects/52977b39632bac9f3c000002)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.4

Installation
------------

[](#installation)

The recommended way to install is through composer.

Just create a `composer.json` file for your project:

```
{
    "require": {
        "ebidtech/collection": "@stable"
    }
}
```

**Tip:** browse [`ebidtech/collection`](https://packagist.org/packages/ebidtech/collection) page to choose a stable version to use, avoid the `@stable` meta constraint.

And run these two commands to install it:

```
$ curl -sS https://getcomposer.org/installer | php
$ composer install
```

Now you can add the autoloader, and you will have access to the library:

```
