exsyst/mini-enum
Composer 安装命令:
composer require exsyst/mini-enum
包简介
Lightweight enum helpers
关键字:
README 文档
README
A few lightweight classes to ease working with enums, with very small run-time performance impact.
How to use
- Run
composer require exsyst/mini-enumin your project ; - Derive your enum classes containing standalone values from
EXSyst\MiniEnum\Enum; - Derive your enum classes containing bit masks from
EXSyst\MiniEnum\FlagsEnum.
统计信息
- 总下载量: 3.25k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-25