Libraries tagged by signleton
waffle-commons/container
163 Downloads
PSR-11 dependency-injection container for Waffle Commons: autowiring, singleton lifecycles, and per-request reset semantics for resident-worker mode.
mpyw/sharable-value-objects
84721 Downloads
Share value objects that contain the same primitive value as a singleton.
jrosset/singleton
288 Downloads
PHP Trait to implements the singleton design pattern
jover/singleton
7539 Downloads
A simple Singleton implementation
jazzman/singleton-trait
1501 Downloads
Singleton Trait
inilim/singleton
57 Downloads
singleton
gebruederheitz/simple-singleton
1711 Downloads
A simple implementation of a singleton as an extensible abstract class or as a trait.
cse/base-singleton
7 Downloads
A Singleton Design Pattern which allow easy used singleton class.
baxtian/php-singleton
1510 Downloads
PHP Trait Singleton
abuseio/singleton
92 Downloads
A simple Singleton implementation
phpgram/framework
4712 Downloads
A singleton factory for phpgram.
loadsys/cakephp-libregistry
11934 Downloads
The LibRegistry provides a mechanism for loading and storing instances of non-Cake PHP libraries. It works a lot like Cake 3's TableRegistry. Object instances can be requested by name and instantiated automatically, or can be loaded into the registry manually.
falseclock/dbd-php-common
103 Downloads
Common libraries for PHP Database driver and Entities annotation
carloswph/tonton
292 Downloads
Serie of tools based on traits that simplify the use of singletons, multitons and other class instances controllers.
axelitus/design-patterns
263 Downloads
Design Patterns for PHP