crussell52/php-enum
最新稳定版本:v0.1
Composer 安装命令:
composer require crussell52/php-enum
包简介
PHP Enums inspired by Java Enums
关键字:
README 文档
README
This project is an Enumeration implementation for PHP >= 5.5 which is based on the concepts behind the Java Enum data type.
Normally, I don't try to force one language's constructs into a different language. However, in my time with Java I have grown to appreciate their Enum data type. I believe the functionality offered is significant enough to warrant a php implementation.
Check out the full Project Description and Usage on the Wiki!
I've also included an example file which will demostrate the primary features of php-enum. (Just make sure you modify the path to the trait at the top of the file!)
统计信息
- 总下载量: 37.8k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-30