gebruederheitz/simple-singleton
最新稳定版本:v1.0.1
Composer 安装命令:
composer require gebruederheitz/simple-singleton
包简介
A simple implementation of a singleton as an extensible abstract class or as a trait.
README 文档
README
A simple implementation of a singleton class in two flavours, ideal (and written for) Wordpress projects.
The contained class is a near copy of the example used at https://refactoring.guru/design-patterns/singleton/php/example#example-1, kudos to the author(s).
Installation
> composer require gebruederheitz/simple-singleton
Usage
Extend the abstract class or use the trait. Your class' constructor needs to be protected.
Development
Dependencies
- PHP >= 7.4
- Composer 2.x
- NVM and nodeJS LTS (v16.x)
- Nice to have: GNU Make (or drop-in alternative)
统计信息
- 总下载量: 1.6k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 9
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2021-07-05