lucid / common

lucid/* 包的共享工具

v0.0.1 2016-04-12 19:51 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:42:09 UTC


README

Author Source Code Software License

Build Status Code Coverage HHVM

要求

php >= 5.6

安装

$ composer require lucid/common

数据结构

Items 类实现了 ListInterface,并模仿了 Python 的 list

<?php

use Lucid\Common\Struct\Items;

$list = new Items('foo', 'bar', ...);