harp-orm/lazy-array

An array which contents can be loaded only when needed

Maintainers

Package info

github.com/harp-orm/lazy-array

pkg:composer/harp-orm/lazy-array

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.1.1 2015-09-04 08:42 UTC

This package is auto-updated.

Last update: 2026-02-21 23:58:00 UTC


README

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version

An array which contents can be loaded only when needed

Instalation

Install via composer

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

Under BSD-3-Clause license, read LICENSE file.