Download the PHP package jjgrainger/collection without Composer
On this page you can find all versions of the php package jjgrainger/collection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jjgrainger/collection
More information about jjgrainger/collection
Files in jjgrainger/collection
Download jjgrainger/collection
More information about jjgrainger/collection
Files in jjgrainger/collection
Vendor jjgrainger
Package collection
Short Description Simple collections in PHP
License MIT
Homepage https://github.com/jjgrainger/collection
Package collection
Short Description Simple collections in PHP
License MIT
Homepage https://github.com/jjgrainger/collection
Please rate this library. Is it a good library?
Informations about the package collection
Collection v1.1
A collection class for working with arrays
Principles
- Immutable - Most methods return a new collection, leaving the previous untouched
- Chainable - Methods can be chained to create fluent mapping and reduce original collection
Requirements
- PHP >=7.2
- Composer
Installation
Usage
Notes
- This project was created to learn unit testing, not intended for production use.
- Inspired by Laravel Collections
- Licensed under the MIT License
- Maintained under the Semantic Versioning Guide
Author
Joe Grainger
All versions of collection with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package jjgrainger/collection contains the following files
Loading the files please wait ....