Download the PHP package digitick/collection without Composer
On this page you can find all versions of the php package digitick/collection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download digitick/collection
More information about digitick/collection
Files in digitick/collection
Download digitick/collection
More information about digitick/collection
Files in digitick/collection
Vendor digitick
Package collection
Short Description Collection tools for developpers
License Apache-2.0
Package collection
Short Description Collection tools for developpers
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package collection
Collection
Collection management classes
Diagramme de classes
Usage
List collections
A list collection store a set of items in an ordered way.
Basic list
A list that accept any type of items.
Typed list
You can define a list which will only contains items of the class you want. The collection ensure type checking.
Integer list
Predefined typed list for integers.
String List
Predefined typed list for strings.
Set collection
Unlike list collection, with a set collection elements are not ordered.
Typed set
Like list collection a set can be constrains to a specific type / class.
All versions of collection with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package digitick/collection contains the following files
Loading the files please wait ....