Download the PHP package tleckie/collection without Composer
On this page you can find all versions of the php package tleckie/collection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tleckie/collection
More information about tleckie/collection
Files in tleckie/collection
Download tleckie/collection
More information about tleckie/collection
Files in tleckie/collection
Vendor tleckie
Package collection
Short Description PHP Collection object
License MIT
Homepage https://github.com/teodoroleckie/collection
Package collection
Short Description PHP Collection object
License MIT
Homepage https://github.com/teodoroleckie/collection
Please rate this library. Is it a good library?
Informations about the package collection
Simple and powerful library for collections in PHP
Installation
You can install the package via composer:
Usage
Hash
Hash collections should be used when you need the keys to be strings.
Hash methods:
Sequence:
The sequences are used when the key of the collection is not important besides being ordered. Many of its methods are immutable.
If you want you can create your own type of collection
Sequence methods:
Collection:
Use the collection when you have numeric and string keys.
Other methods:
All versions of collection with dependencies
PHP Build Version
Package Version
Requires
php Version
^8
The package tleckie/collection contains the following files
Loading the files please wait ....