View on GitHub

Phpcollections

Collections classes library for PHP

Download this project as a .zip file Download this project as a tar.gz file

PHPCollections

Build Status

Ohloh analysis report

The PHP Collections library is an implementation of the Java Collections library in PHP. You may use it in your own project to have semantically correct alternatives to the PHP array.

Dependencies

PHP 5.4+

Composer dependency manager

Installation

  1. Make sure you meet the above dependencies.
  2. Clone this repository.
  3. Run $ composer install in the directory where you've cloned the repository.