micropackage / singleton
Singleton implementation
Installs: 36 664
Dependents: 3
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=5.6
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-23 11:55:16 UTC
README
💾 Installation
composer require micropackage/singleton
🕹 Usage
use Micropackage\Singleton\Singleton; class Example extends Singleton {} Example::get();
📦 About the Micropackage project
Micropackages - as the name suggests - are micro packages with a tiny bit of reusable code, helpful particularly in WordPress development.
The aim is to have multiple packages which can be put together to create something bigger by defining only the structure.
Micropackages are maintained by BracketSpace.
📖 Changelog
📃 License
This software is released under MIT license. See the LICENSE file for more information.