Download the PHP package mgocobachi/collection without Composer
On this page you can find all versions of the php package mgocobachi/collection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mgocobachi/collection
More information about mgocobachi/collection
Files in mgocobachi/collection
Download mgocobachi/collection
More information about mgocobachi/collection
Files in mgocobachi/collection
Vendor mgocobachi
Package collection
Short Description A Collection class to manipulate the arrays with enriched routines and the ability of executing them in chain
License MIT
Homepage https://www.github.com/mgocobachi/collection
Package collection
Short Description A Collection class to manipulate the arrays with enriched routines and the ability of executing them in chain
License MIT
Homepage https://www.github.com/mgocobachi/collection
Please rate this library. Is it a good library?
Informations about the package collection
Collection
A Collection class to manipulate the arrays with enriched routines and the ability of executing them in chain.
Helper
The function 'collection()' exist and accept an array as parameter. This function creates a new Collection object and passing the array as parameter.
Examples
In this example, we want to get the first element of the array
And the result is:
We want all the emails from the users and omit those having null value.
And the result is:
Hope you enjoy it as I do!
All versions of collection with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
The package mgocobachi/collection contains the following files
Loading the files please wait ....