Libraries tagged by singleton
wildwolf/singleton-trait
335717 Downloads
Singleton Trait
byjg/singleton-pattern
48694 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.
sikhlana/laravel-singleton
8519 Downloads
A simple package to automatically mark a class as singleton.
petrknap/singleton
17001 Downloads
Singleton pattern for PHP
okapi/singleton
5701 Downloads
PHP Singleton is a PHP library that allows you to create singleton classes with a trait.
micropackage/singleton
39329 Downloads
Singleton implementation
florianwolters/component-util-singleton
173132 Downloads
The Singleton (and Registry of Singletons a.k.a. Multiton) design pattern as a PHP component.
afragen/singleton
3469 Downloads
A singleton static proxy generator.
petrknap/php-singleton
134684 Downloads
Singleton pattern for PHP
jpc/design-pattern
37657 Downloads
Simple Design Patter integration
react-inspector/global-state
4110 Downloads
☮ Global state singleton
mpyw/sharable-value-objects
84117 Downloads
Share value objects that contain the same primitive value as a singleton.
jonom/silverstripe-someconfig
5598 Downloads
Combines the CRUD features of ModelAdmin with the singleton settings editing of SiteConfig so content and settings can be co-located.
commune/container
275 Downloads
use double ioc containers strategy to isolate singletons on each requests; for swoole, roadrunner, reactPHP etc.
cego/curl-handle-reuse-laravel-octane
5151 Downloads
Utility for convenient usage of singleton curl handles using Laravel HTTP facade