PHPackages                             vehsamrak/phplist - 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. vehsamrak/phplist

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

vehsamrak/phplist
=================

List structure PHP implementation

1.1.2(7y ago)4102.6k2[2 issues](https://github.com/Vehsamrak/php-list/issues)MITPHPPHP &gt;=7.1

Since Oct 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Vehsamrak/php-list)[ Packagist](https://packagist.org/packages/vehsamrak/phplist)[ RSS](/packages/vehsamrak-phplist/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

Typed list implementation for PHP
=================================

[](#typed-list-implementation-for-php)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a00eb32b6280a8dcb654708a43a7b5104059457c81f3f12b9640b60a91bf8fee/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f56656873616d72616b2f7068706c6973742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Vehsamrak/phplist/?branch=master) [![Code Coverage](https://camo.githubusercontent.com/4b6cce8abb3bf1097db7d91db76d69bd0c0f2ca60bc65039b250812ea2c87241/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f56656873616d72616b2f7068706c6973742f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Vehsamrak/phplist/?branch=master)

List structure PHP implementation based on Doctrine collections. Supported lists:

- TypedList (by class name)
- IntegerList
- StringList
- BooleanList
- FloatList
- FunctionList
- CollectionList
- ArrayList
- ObjectList
- ResourceList

### Installation

[](#installation)

```
composer require vehsamrak/phplist

```

### Usage

[](#usage)

```
