PHPackages                             lucid/common - 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/common

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

lucid/common
============

Shared utilities for lucid/\* packages

v0.0.1(10y ago)02.6k↓60%3MITPHPPHP &gt;=5.6.0

Since Apr 12Pushed 9y ago1 watchersCompare

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

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

Shared utilities for lucid/\* packages
======================================

[](#shared-utilities-for-lucid-packages)

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

[![Build Status](https://camo.githubusercontent.com/c86be05a5b1e7f59e794ce1355e11c75a4c0e8de26eb04b92cc292f1932a10b2/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c756369647068702f636f6d6d6f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/lucidphp/common)[![Code Coverage](https://camo.githubusercontent.com/17438dcb9d72271d2b260b6cdc2256c218894ddc81e1cb53869116f6894097e0/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6c756369647068702f636f6d6d6f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/lucidphp/common)[![HHVM](https://camo.githubusercontent.com/8f1bef6180958048bf2512453fd472a0d6af367f645c039b8302b2e92d884a6a/68747470733a2f2f696d672e736869656c64732e696f2f6868766d2f6c756369642f636f6d6d6f6e2f6465762d6d61737465722e7376673f7374796c653d666c61742d737175617265)](http://hhvm.h4cc.de/package/lucid/common)

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

[](#requirements)

```
php >= 5.6

```

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

[](#installation)

```
$ composer require lucid/common
```

Data Structs
------------

[](#data-structs)

### Items

[](#items)

The `Items` class implements a `ListInterface` and is modeled after pythons `list`.

```
