Shared utilities for lucid/* packages Requirements php >= 5.6 Installation $ composer require lucid/common Data Structs Items The Items class implements a ListInterface and is modeled after pythons list. <?php use Lucid\Common\Struct\Items; $list = new Items('foo', 'bar', ...);