weblement/collections

A small PHP collections library that contain powerful data structures which makes manipulation of arrays easier.

dev-master 2016-06-11 16:46 UTC

This package is not auto-updated.

Last update: 2024-10-26 20:09:36 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

Weblement Collection is a library intended to make the manipulation of different data structures easier. This library adds a layer of abstraction to PHP's array which lets you to work with a specific type of data structure having functions intended for its purpose.

Installation

The preferred way to install the library is through composer.

Either run

php composer.phar require --prefer-dist weblement/collections

or add

{
    "require": {
        "weblement/collections": "*"
    }
}

to your composer.json file.

About

The package requires PHP 5.4+ and follows the FIG standards PSR-1, PSR-2 and PSR-4 to ensure a high level of interoperability between shared PHP.

Current collections implemented are:

Contributing

This library is open source package by Weblement, and maintained by Locustv2.

Feel free to report issues and make pull requests. Any help would be appreciated.

License

This software is released under the BSD 3-Clause License.

Copyright © weblement 2016