kdyby/doctrine-collections-lazy
最新稳定版本:v1.0.0
Composer 安装命令:
composer require kdyby/doctrine-collections-lazy
包简介
Lazy collection for doctrine/collections
README 文档
README
This package provides an implementation of lazy collection for Doctrine/Collections.
Installation
The best way to install Kdyby/DoctrineCollectionsLazy is using Composer:
$ composer require kdyby/doctrine-collections-lazy
Usage
$collection = new LazyCollection(function () { return [1 => 2, 3 => 4]; });
Homepage http://www.kdyby.org and repository http://github.com/Kdyby/DoctrineCollectionsLazy.
统计信息
- 总下载量: 3.03k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 5
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-03-29