An open API service indexing awesome lists of open source software.

https://github.com/thirdgerb/enum

一种enum在php7.1的实现方式, 可以将一个enum作为对象获取, 从而可以进行强类型约束
https://github.com/thirdgerb/enum

Last synced: 29 days ago
JSON representation

一种enum在php7.1的实现方式, 可以将一个enum作为对象获取, 从而可以进行强类型约束

Awesome Lists containing this project

README

          

已废弃. 发现了一个思路一样的成熟库: https://github.com/myclabs/php-enum

api 都一模一样, 目前有976 star, 实现也应该更好. 那这个库就不需要完善了.