uwkluis/enums
最新稳定版本:0.1.10
Composer 安装命令:
composer require uwkluis/enums
包简介
Enumerations for the UwKluis API
README 文档
README
This package contains enumerations relevant to connecting to the UwKluis APIs, as well as for the JSON data model.
Structure
src/
src/ConsumerConnection
src/Contracts
src/DataModel
src/Traits
tests/
Install
Via Composer
$ composer require uwkluis/enums
Usage
Instantiate enum objects with their allowed values.
<?php
use \UwKluis\Enums\ConsumerConnection\Status;
$status = new Status(Status::NEW);
echo $status->getDescription();
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email REDACTED instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 64.13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-09-05

