Download the PHP package wmsamolet/php-object-collections without Composer
On this page you can find all versions of the php package wmsamolet/php-object-collections. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-object-collections
PHP Object Collections
Strongly typed collections for objects and more
Advantages:
- Storage in collections of strictly specified objects
- Ability to specify ANY Traversable object as data (useful for storing ORM Iterators, for example https://www.doctrine-project.org/projects/doctrine-orm/en/2.10/tutorials/pagination.html)
- Ability to work with a collection as an array
- Possibility of pagination (in batches) using ->batch(...), ->slice(...), ->page(...)
Documentation
- Usage object static collection
- Usage typed static collection
- Testing
- Contributing
- Changelog
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the requirement section of your composer.json
file.
Basic usage object collections
Basic usage object static collections
Basic usage typed collections
Basic usage typed static collections
License
PHP Object Collections is licensed under the MIT License - see the LICENSE file for details
All versions of php-object-collections with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package wmsamolet/php-object-collections contains the following files
Loading the files please wait ....