Download the PHP package salient/collections without Composer
On this page you can find all versions of the php package salient/collections. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download salient/collections
More information about salient/collections
Files in salient/collections
Download salient/collections
More information about salient/collections
Files in salient/collections
Vendor salient
Package collections
Short Description The collections component of the Salient toolkit
License MIT
Package collections
Short Description The collections component of the Salient toolkit
License MIT
Please rate this library. Is it a good library?
Informations about the package collections
salient/collections
The collections component of the Salient toolkit
salient/collections
provides classes and traits that allow collections of
values to be accessed via array-like objects with chainable methods.
- Collections are immutable except when array syntax is used to set or unset items
- Use
Collection<TKey of array-key,TValue>
orListCollection<TValue>
with values of any type, or extend them to add type-specific behaviour - Remix
CollectionTrait
,ListCollectionTrait
,ReadOnlyCollectionTrait
andReadOnlyArrayAccessTrait
for custom behaviour, e.g. to create a strictly immutable collection class
Output:
Documentation
[API documentation][api-docs] for salient/collections
tracks the main
branch
of the toolkit's GitHub repository, where further documentation can
also be found.
[api-docs]: https://salient-labs.github.io/toolkit/namespace-Salient.Collection.html
All versions of collections with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
salient/contracts Version self.version
salient/utils Version self.version
salient/contracts Version self.version
salient/utils Version self.version
The package salient/collections contains the following files
Loading the files please wait ....