定制 uwkluis/enums 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

uwkluis/enums

最新稳定版本:0.1.10

Composer 安装命令:

composer require uwkluis/enums

包简介

Enumerations for the UwKluis API

README 文档

README

Latest Version on Packagist Software License Coverage Status Quality Score Total Downloads

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.1k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 4
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04