Download the PHP package hehex/hehep-hformat without Composer
On this page you can find all versions of the php package hehex/hehep-hformat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hehex/hehep-hformat
More information about hehex/hehep-hformat
Files in hehex/hehep-hformat
Download hehex/hehep-hformat
More information about hehex/hehep-hformat
Files in hehex/hehep-hformat
Vendor hehex
Package hehep-hformat
Short Description hehep-hformat 是一个PHP格式器基础组件,对数据列的集中处理,减少foreach 循环的编写,可通过自定义方法,满足不同场景以及业务需求,比如状态id转对应名称,http 的转换,统计量,json 字符串转数组等等,重用代码,并节省大量遍历处理的时间,支持多个格式器,支持直接使用格式器,支持添加自定义格式器
License Apache-2.0
Package hehep-hformat
Short Description hehep-hformat 是一个PHP格式器基础组件,对数据列的集中处理,减少foreach 循环的编写,可通过自定义方法,满足不同场景以及业务需求,比如状态id转对应名称,http 的转换,统计量,json 字符串转数组等等,重用代码,并节省大量遍历处理的时间,支持多个格式器,支持直接使用格式器,支持添加自定义格式器
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package hehep-hformat
hehep-hformat
介绍
- hehep-hformat 是一个PHP 格式器工具组件,对数据列的集中处理,减少foreach 循环的编写,可通过自定义方法,满足不同场景以及业务需求,比如状态id转对应名称,http 的转换,统计量,json 字符串转数组等等,重用代码,并节省大量遍历处理的时间
- 支持多个格式器
- 支持直接使用格式器
- 支持添加自定义格式器
安装
-
gitee下载:
-
github下载:
- 命令安装:
组件配置
格式化规则:
常规示例
-
常规格式化规则
-
定义字典数据源
- 示例代码
预定义示例
-
预定义格式化规则
- 示例代码
格式化管理器
-
说明
- 示例代码
格式器
-
说明
-
格式器定义
- 注册格式器
格式化集合器
-
说明
-
定义格式化集合器
- 注册格式化集合器
字典格式器
-
说明
-
定义字典数据源
- 示例代码
格式器直接使用
注解格式器
-
说明
-
注解常规格式器
-
注解格式化集合器
- 注解格式化集合器方法
默认格式器
格式器 | 说明 | 规则示例 |
---|---|---|
jsonEncode |
数组json | ['name', ['jsonEncode'] ] |
jsonDecode |
json字符串转数组 | ['name', ['jsonDecode'] ] |
date |
日期格式 | ['name', ['date','params'=>['Y-m-d']] ] |
toArr |
字符串转数组 | ['name', ['toArr'] ] |
trim |
字符串去掉两边空格 | ['name', ['trim'] ] |
dict |
字典数组列值转换 | ['name', ['dict','id'=>'','name'=>''] ] |
All versions of hehep-hformat with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package hehex/hehep-hformat contains the following files
Loading the files please wait ....