/collection

A PHP 5.6+ collections framework for representing and manipulating collections.

Primary LanguagePHPMIT LicenseMIT

ramsey/collection

Source Code Latest Version Software License Build Status HHVM Status Scrutinizer Coverage Status Total Downloads

ramsey/collection is a PHP 5.6+ collections framework for representing and manipulating collections.

This project adheres to a Contributor Code of Conduct. By participating in this project and its community, you are expected to uphold this code.

About

Much inspiration for this library came from the Java Collections Framework.

Installation

The preferred method of installation is via Packagist and Composer. Run the following command to install the package and add it as a requirement to your project's composer.json:

composer require ramsey/collection

Examples

TBD

Contributing

Contributions are welcome! Please read CONTRIBUTING for details.

Copyright and License

The ramsey/collection library is copyright © Ben Ramsey and licensed for use under the MIT License (MIT). Please see LICENSE for more information.