定制 konekt/common 二次开发

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

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

konekt/common

最新稳定版本:0.1.2

Composer 安装命令:

composer require konekt/common

包简介

Common components and utils to be used across various Konekt libraries

README 文档

README

PHP Component Set

v0.1.1 - 2016-03-03

Common components to be used across various Konekt libraries

Enum

Abstract class that enables creation of PHP enums. All you have to do is extend this class and define some constants. Alternative implementation of the SplEnum class (as that is often not available on php installations)

Enum is an object with value from one of those constants (or from one of superclass if any). There is also a __default constant that enables you to create an object without passing enum value.

Credits to Marian Suflaj, http://www.php4every1.com/scripts/php-enum/

统计信息

  • 总下载量: 261
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-08-30