goldspecdigital/phpenum
最新稳定版本:v1.0.3
Composer 安装命令:
composer require goldspecdigital/phpenum
包简介
A useful enum wrapper.
关键字:
README 文档
README
A useful class which can be extended to give enum-like features to your code. Is intended to be used when modeling the MySQL enum type.
Features
- Get an array of all the enum keys and values.
- Check if the enum contains a value.
- Check if the enum has a key.
- Easy to use, simply extend the Enum class.
Installation
Simply run: composer require goldspecdigital/phpenum "~1.0"
Contributing
Anyone can contribute to this simple project. Simply submit a pull request at the goldspecdigital/phpenum repository.
统计信息
- 总下载量: 49.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-12-12