Libraries tagged by lazy instantiation
ocramius/lazy-property
69875 Downloads
A library that provides lazy instantiation logic for object properties
ocramius/lazy-map
477421 Downloads
A library that provides lazy instantiation logic for a map of objects
wikimedia/services
337920 Downloads
Generic service to manage named services using lazy instantiation based on instantiator callback functions
hiraeth/signal
6647 Downloads
A generic callback wrapper which enables lazy DI instantiation
f3ath/lazypdo
44961 Downloads
LazyPDO is a wrapper over PHP's standard PDO class. It postpones the instantiation of the original PDO class until one is really needed. Also it can be (un)serialized.
pine3ree/pine3ree-pdo
8 Downloads
A tiny PDO wrapper for lazy instantiation and query profiling
pine3ree/p3-pdo
39 Downloads
A tiny PDO wrapper for lazy instantiation and query profiling
zkrati/class-factory
29 Downloads
Simple library to manage class instances. It handles dependencies and supports lazy instantiating.