2017 © Pedro Peláez
 

library lazy-array

An array which contents can be loaded only when needed

image

harp-orm/lazy-array

An array which contents can be loaded only when needed

  • Friday, September 4, 2015
  • by hkdobrev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Lazy Array

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version, (*1)

An array which contents can be loaded only when needed, (*2)

Instalation

Install via composer, (*3)

composer require harp-orm/lazy-array

Usage

$arr = new LazyArray($loader);

// This is where the loader->load() method gets executed
echo $arr[2];

License

Copyright (c) 2015, Clippings Ltd. Developed by Ivan Kerin, (*4)

Under BSD-3-Clause license, read LICENSE file., (*5)

The Versions

04/09 2015

dev-master

9999999-dev

An array which contents can be loaded only when needed

  Sources   Download

BSD-3-Clause

04/09 2015

0.1.1

0.1.1.0

An array which contents can be loaded only when needed

  Sources   Download

BSD-3-Clause

04/09 2015

0.1.0

0.1.0.0

An array which contents can be loaded only when needed

  Sources   Download

BSD-3-Clause