sammakescode/enums-extended 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

sammakescode/enums-extended

最新稳定版本:v1.0.0

Composer 安装命令:

composer require sammakescode/enums-extended

包简介

Extended functionality for PHP's enums. Add labels, pick random, associative arrays and more.

README 文档

README

The introduction of enums in PHP 8.1 allowed developers to define a closed set of values for classes, configuration, etc. Very helpful!

This library attempts to build on that a little by adding functionality for common use cases.

Usage

List

Here are a list of the current helpers.

Name Description Method usage Docs
AsOptions Returns an associative array of cases SomeTrait::asOptions() Reference
GetValues Returns an array of case values SomeTrait::getValues() Reference
Labels Allow user-defined labels and descriptions SomeTrait::SomeCase->label() or SomeTrait::SomeCase->describe() Reference
PickRandom Returns a randomly selected case from an enum SomeTrait::pickRandom() Reference

Requirements

  • PHP >= 8.1

Installation

To install this library, simply require them using composer.

composer require sammakescode/enums-extended

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-10