Download the PHP package jiannei/laravel-enum without Composer
On this page you can find all versions of the php package jiannei/laravel-enum. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jiannei/laravel-enum
More information about jiannei/laravel-enum
Files in jiannei/laravel-enum
Download jiannei/laravel-enum
More information about jiannei/laravel-enum
Files in jiannei/laravel-enum
Vendor jiannei
Package laravel-enum
Short Description A simple and easy-to-use enumeration extension package to help you manage enumerations in your project more conveniently, supporting Laravel and Lumen
License MIT
Package laravel-enum
Short Description A simple and easy-to-use enumeration extension package to help you manage enumerations in your project more conveniently, supporting Laravel and Lumen
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-enum
laravel-enum
A simple and easy-to-use enumeration extension package to help you manage enumerations in your project more conveniently, supporting Laravel and Lumen.
- 一个简单好用的枚举扩展包,帮助你更方便地管理项目中的枚举,支持 Laravel 和 Lumen。
A simple and easy-to-use enumeration extension package to help you manage enumerations in your project more conveniently, supporting Laravel and Lumen.
- 一个简单好用的枚举扩展包,帮助你更方便地管理项目中的枚举,支持 Laravel 和 Lumen。
介绍
laravel-enum
主要用来扩展项目中的枚举使用,通过合理的定义枚举可以使代码更加规范,更易阅读和维护。
php8.1 版本后内置枚举支持,更多信息可以查看:https://www.php.net/manual/zh/language.enumerations.php
参与社区讨论:- 教你更优雅地写 API 之「枚举使用」
概览
- 扩展原生的 BackedEnum,支持多语言描述
- 提供更多种实用的方式来实例化枚举、枚举 name、value 取值
- 提供了便捷的比较方法
is
、isNot
和in
,用于枚举实例之间的对比
安装
支持 Laravel 10 以上版本:
使用
更为具体的使用可以查看测试用例:https://github.com/Jiannei/laravel-enum/tree/main/tests
常规使用
-
定义
-
使用
-
枚举校验
-
枚举实例化:枚举实例化以后可以方便地通过对象实例访问枚举的 key、value 以及 description 属性的值。
-
toArray
- toSelectArray
枚举转换和校验
- https://laravel.com/docs/11.x/requests#retrieving-enum-input-values
- https://laravel.com/docs/11.x/validation#rule-enum
Model 中的枚举转换
License
MIT
All versions of laravel-enum with dependencies
PHP Build Version
Package Version
The package jiannei/laravel-enum contains the following files
Loading the files please wait ....