kdyby / doctrine-collections-lazy
Lazy collection for doctrine/collections
v1.0.0
2017-05-18 15:26 UTC
Requires
- php: ^5.6 || ^7.0
- doctrine/collections: ~1.2
Requires (Dev)
- nette/tester: ~1.7
This package is auto-updated.
Last update: 2026-02-22 07:27:40 UTC
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.