Download the PHP package mittax/objectcollection without Composer
On this page you can find all versions of the php package mittax/objectcollection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mittax/objectcollection
More information about mittax/objectcollection
Files in mittax/objectcollection
Download mittax/objectcollection
More information about mittax/objectcollection
Files in mittax/objectcollection
Vendor mittax
Package objectcollection
Short Description A very simple library to handle object lists on php
License MIT
Package objectcollection
Short Description A very simple library to handle object lists on php
License MIT
Please rate this library. Is it a good library?
Informations about the package objectcollection
Simple ObjectCollection library
Helps you build typed lists with php >=7.0
Install
Usage
Create a subclass of objectCollectionAbstract which adds a list of objects to the collection by the constructor
Here is a sample abstraction. Further have a look in Tests. There are some basic usages documented
Use the abstraction
Just instanciate your abstraction subclass and pass an array with your object to the constructor. The resulting collection is typed of your context
The result is a typed list from type StorageItem
Run tests
All versions of objectcollection with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package mittax/objectcollection contains the following files
Loading the files please wait ....