Download the PHP package pinkcrab/collection without Composer
On this page you can find all versions of the php package pinkcrab/collection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pinkcrab/collection
More information about pinkcrab/collection
Files in pinkcrab/collection
Package collection
Short Description A flexible and extendable Collection
License MIT
Homepage https://pinkcrab.co.uk
Informations about the package collection
PinkCrab Collection
Version 0.2.0
This library was extracted from the PinkCrab Plugin Framework (Perique)
Why?
Give access to a basic collection with all expected functionlaity, filtering, mapping, folding, sorting and comparing. But is also extendable for creating custom collections, which can be expanded and typed. A fairly simple, but extendable Collection.
Install
composer install pink-crab/collection
Basic Useage
See
./docs
for more details and examples.
Extendable Traits
The Collection package comes with a few Traits which can be used when creating custom collections. These can either be created on the fly using anonymous classes or through defining them as full classes.
Typed & Mapped Collections
License
MIT License http://www.opensource.org/licenses/mit-license.html
Change Log
- 0.2.0 - Added in option callbacks for diff and intersect, complete with helper functions for checking based on object instance or values/type. Also includes the group_by() method.
- 0.1.0 - Added Has_ArrayAccess and Is_Iterable traits to allow the implementation of the interfaces. Added docs from existing GitBook repo.
- 0.0.0 - Extracted from the PinkCrab Plugin Framework as a standalone package.