PHPackages                             lucid/phlist - 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. lucid/phlist

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

lucid/phlist
============

collection modelled after python's list data type.

v1.0.0(9y ago)0151MITPHPPHP ^7.0

Since Nov 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/lucidphp/phlist)[ Packagist](https://packagist.org/packages/lucid/phlist)[ RSS](/packages/lucid-phlist/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Python List-Like Data Structure For php.
========================================

[](#python-list-like-data-structure-for-php)

[![Author](https://camo.githubusercontent.com/1cb74c4aa94c8f9e602ee2b89df6b1b618ec8129d0182c2958ea94c4a3ab60ea/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d697779672d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/iwyg)[![Source Code](https://camo.githubusercontent.com/2969b518fb99bdcbecf2bc61c36b273bc52c6092359c0bc599b0c98206aff67c/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d6c756369642f70686c6973742d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/lucidphp/phlist/tree/master)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/lucidphp/phlist/blob/master/LICENSE.md)

[![Build Status](https://camo.githubusercontent.com/b9be78a7b3cc3199776b99116a9bf12282f1a98bc436b81270df3579cfa64c0a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c756369647068702f70686c6973742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/lucidphp/phlist)[![Code Coverage](https://camo.githubusercontent.com/ab812a74b225a59186f0d046a454d43209ee68762193621c9b614b5662f118ff/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6c756369647068702f70686c6973742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/lucidphp/phlist)

Requirements
------------

[](#requirements)

```
php >= 7.0master

```

Installation
------------

[](#installation)

```
$ composer require lucid/phlist
```

Phlist class
------------

[](#phlist-class)

The `Phlist` class implements a `ListInterface` and is modelled after pythons `list`.

```
