Libraries tagged by singlephon
jinyicheng/redis
826 Downloads
redis单例多库,支持ThinkPHP5,ThinkPHP6,Laravel6
axelitus/design-patterns
263 Downloads
Design Patterns for PHP
autoframe/design-patterns
339 Downloads
PHP design patterns. Singleton...
starter-kit/cache
3049 Downloads
PHP singleton for Memcached/Redis
react-inspector/global-state
4120 Downloads
☮ Global state singleton
piotrpress/wordpress-theme
15 Downloads
This library is WordPress theme singleton base class with methods to get data from theme's header fields.
piotrpress/wordpress-plugin
110 Downloads
This library is WordPress plugin singleton base class with methods to get data from plugin's header fields.
mvccore/ext-debug-tracy-auth
3803 Downloads
MvcCore - Extension - Debug - Tracy - Panel Auth - render and add into tracy debug panel currently authenticated user from \MvcCore\Ext\Auth service singleton instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Ext\Auth::GetInstance()->GetUser());.
minimalcode/php-enum
3198 Downloads
Minimalistic singleton enum for PHP
make/accessible
81 Downloads
A very lightweight PHP package that let you easely access and test singleton classes and inaccessible instance members like private or protected methods and properties.
indievox/master-slave-db-access
22 Downloads
簡易的 MySQL database 伺服器存取類別,使用 POD 及 singleton pattern 實作,支援 Master-Slave 架構。 / Simple MySQL database server access class use PDO and singleton pattern, support Master-Slave database cluster.
degraciamathieu/laravel-rapid-bind
69 Downloads
Quickly and easily create singletons in the Laravel container with annotations
commune/container
276 Downloads
use double ioc containers strategy to isolate singletons on each requests; for swoole, roadrunner, reactPHP etc.
cymapgt/spreadsheetprocessor
1346 Downloads
Wrapper for PHPExcel. Provides singleton factory for Spreadsheet manufacture and processing
zhaiduting/singleton-pattern
7 Downloads
Inheritable singleton pattern in PHP