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.
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.
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:
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.
This software is released under the BSD 3-Clause License.
Copyright © weblement 2016