wowpack/php-enum
最新稳定版本:v1.0.0
Composer 安装命令:
composer require wowpack/php-enum
包简介
Enum support for PHP
README 文档
README
Description
This package provides enum support for PHP, allowing for easy management and usage of enumerations.
Installation
You can install the package via Composer:
composer require wowpack/php-enum
Usage
To use the package, implement the Enumerable interface in your enum classes. Here is an example:
use Wowpack\Enumeration\Enumerable; use Wowpack\Enumeration\InteractsWithEnum; enum MyEnum implements Enumerable { use InteractsWithEnum; // Implement the required methods... }
License
This package is licensed under the MIT License.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2025-03-11