2017 © Pedro Peláez
 

library doctrine-collections-lazy

Lazy collection for doctrine/collections

image

kdyby/doctrine-collections-lazy

Lazy collection for doctrine/collections

  • Monday, May 22, 2017
  • by fprochazka
  • Repository
  • 3 Watchers
  • 1 Stars
  • 697 Installations
  • PHP
  • 1 Dependents
  • 2 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 15 % Grown

The README.md

Kdyby/DoctrineCollectionsLazy

This package provides an implementation of lazy collection for Doctrine/Collections., (*1)

Build Status Downloads this Month Latest stable Coverage Status, (*2)

Installation

The best way to install Kdyby/DoctrineCollectionsLazy is using Composer:, (*3)

$ 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., (*4)

The Versions

22/05 2017

dev-master

9999999-dev http://kdyby.org

Lazy collection for doctrine/collections

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

The Development Requires

orm collection doctrine kdyby lazy

18/05 2017

v1.0.0

1.0.0.0 http://kdyby.org

Lazy collection for doctrine/collections

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

The Development Requires

orm collection doctrine kdyby lazy

29/03 2016

v0.1

0.1.0.0 http://kdyby.org

Lazy collection for doctrine/collections

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

The Development Requires

orm collection doctrine kdyby lazy