sincco / singleton
Simplifies the use of singleton pattern on PHP
Installs: 169
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sincco/singleton
Requires
- php: ^5.3.3 || ^7.0
This package is not auto-updated.
Last update: 2025-10-26 01:27:49 UTC
README
Simplifies the use of singleton pattern on PHP.
##Installation
To add this package as a local, per-project dependency to your project, simply add a dependency on your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on Singleton:
{
"require": {
"sincco/singleton": "dev-master"
}
}
##Use
NOTICE OF LICENSE
This source file is subject to the Open Software License (OSL 3.0) that is available through the world-wide-web at this URL: http://opensource.org/licenses/osl-3.0.php
Happy coding!