Weblement Collection Library for PHP
, (*1)
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., (*2)
Installation
The preferred way to install the library is through composer., (*3)
Either run, (*4)
php composer.phar require --prefer-dist weblement/collections
or add, (*5)
{
"require": {
"weblement/collections": "*"
}
}
to your composer.json
file., (*6)
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., (*7)
Current collections implemented are:
- ArrayList
- Map
- Queue
- Set
- Stack, (*8)
Contributing
This library is open source package by Weblement, and maintained by Locustv2., (*9)
Feel free to report issues and make pull requests. Any help would be appreciated., (*10)
License
This software is released under the BSD 3-Clause License., (*11)
Copyright © weblement 2016, (*12)