kdyby/doctrine-collections-lazy

Lazy collection for doctrine/collections

Installs: 2 964

Dependents: 1

Suggesters: 5

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 0

pkg:composer/kdyby/doctrine-collections-lazy

v1.0.0 2017-05-18 15:26 UTC

This package is auto-updated.

Last update: 2025-09-22 06:37:03 UTC


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.