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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-09-05