Libraries tagged by singleton pattern
petrknap/singleton
10848 Downloads
Singleton pattern for PHP
byjg/singleton-pattern
44114 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.
florianwolters/component-util-singleton
172078 Downloads
The Singleton (and Registry of Singletons a.k.a. Multiton) design pattern as a PHP component.
hametuha/singleton-pattern
15361 Downloads
PHP abstract singleton pattern.
petrknap/php-singleton
131037 Downloads
Singleton pattern for PHP
jpc/design-pattern
33724 Downloads
Simple Design Patter integration
carloswph/tonton
103 Downloads
Serie of tools based on traits that simplify the use of singletons, multitons and other class instances controllers.
mjsilva/in-memory-storage
22098 Downloads
Simple class that uses singleton pattern to save whatever in memory
thesmart/singleton
130 Downloads
A simple Singleton pattern, with optional support for named instances.
setola/singleton
51 Downloads
A simple implementation of Singleton pattern
merophp/singleton
233 Downloads
Implementation of the singleton pattern for the Merophp Framework
elementary/singleton
1290 Downloads
Singleton pattern trait
akbsit/trait-singleton
37 Downloads
Trait implementing singleton pattern.
piotrpress/singleton
60 Downloads
This library is a Singleton (anti)pattern implementation using a Traits with a support for an Object Inheritance and passing parameters to the constructor.
petitchevalroux/singleton
47 Downloads
Implement singleton design pattern