PHPackages                             mittax/objectcollection - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mittax/objectcollection

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mittax/objectcollection
=======================

A very simple library to handle object lists on php

0.1.0(9y ago)019MITPHPPHP &gt;=7.0

Since Dec 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/pboethig/MittaxObjectCollection)[ Packagist](https://packagist.org/packages/mittax/objectcollection)[ RSS](/packages/mittax-objectcollection/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (1)Versions (11)Used By (0)

Simple ObjectCollection library
-------------------------------

[](#simple-objectcollection-library)

### Helps you build typed lists with php &gt;=7.0

[](#helps-you-build-typed-lists-with-php-70)

Install
-------

[](#install)

```
composer require mittax/objectcollection
```

Usage
-----

[](#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

```
