kdyby/doctrine-collections-lazy 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

Build Status Downloads this Month Latest stable Coverage Status

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

GitHub 信息

  • Stars: 2
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2016-03-29