Download the PHP package tgkw-adc/helper without Composer
On this page you can find all versions of the php package tgkw-adc/helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package helper
天宫开物 ADC Helper
基于 Hyperf 框架的 PHP 扩展包,提供基础工具类、助手函数、全局中间件、基础验证Request类、基础资源Resource类等。
环境要求
- PHP >= 8.1
- Hyperf >= 3.1
安装
快速开始
1. 助手函数
2. API 响应
3. JWT 认证
4. 日志记录
5. 枚举注解
详细功能
助手函数
配置和缓存
cfg($key, $default)- 获取配置值redis($pool)- 获取 Redis 实例
字符串处理
mb_trim($str, $char, $encoding)- 多字节字符串修剪mb_ltrim($str, $char, $encoding)- 多字节左修剪mb_rtrim($str, $trim, $encoding)- 多字节右修剪safeGetValue($string)- SQL 安全处理
数字处理
toRmb($num)- 数字转中文大写金额numToCn($num)- 阿拉伯数字转中文数字priceFormat($price, $format)- 价格格式化math_add($a, $b, $scale)- 精确加法math_sub($a, $b, $scale)- 精确减法math_mul($a, $b, $scale)- 精确乘法math_div($a, $b, $scale)- 精确除法math_mod($a, $b)- 精确求余math_comp($a, $b, $scale)- 数值比较
数组处理
object_array($array)- 对象转数组second_array_unique_bykey($arr, $key)- 二维数组去重percentArray($array)- 数组百分比转换
日期时间
getDateYMD($startDate, $endDate, $type)- 获取日期范围getMonthsCovered($startDate, $endDate)- 计算跨越月数getDiffDay($startDate, $endDate)- 计算相差天数getDiffYear($startDate, $endDate)- 计算相差年数delHis($date)- 去除时分秒isDateValid($date, $formats)- 校验日期格式isDateTime($dateTime)- 校验日期时间
工具函数
findNum($string)- 提取字符串中的数字handelUrlAliasParam($alias, $urlPatch)- 处理 URL 参数getRate($num)- 比例转百分比isJson($content)- 检查 JSON 格式getCollectionRate($val1, $val2)- 计算收缴率createNonceStr($length)- 生成随机字符串
中间件
语言检测中间件
支持的语言检测方式:
- URL 参数
?lang=zh - 请求体参数
{"lang": "zh"} - Accept-Language 头
- X-Language 头
- Cookie 中的 locale
请求追踪中间件
资源类
基础资源类
日志系统
配置日志
复制配置文件:
日志通道
default- 默认日志business- 业务日志access- 访问日志system- 系统日志exception- 异常日志
自定义日志文件名
国际化支持
语言常量
国际化助手
配置说明
JWT 配置
日志配置
开发工具
代码格式化
静态分析
All versions of helper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
alibabacloud/captcha-20230305 Version ^1.1
doctrine/dbal Version ^3.0
donjan-deng/hyperf-casbin Version ^3.23
dtm/dtm-client Version ^0.3.5
firebase/php-jwt Version ^6.11
friendsofhyperf/mail Version ^3.1
hyperf/amqp Version ^3.1
hyperf/cache Version ~3.1.0
hyperf/circuit-breaker Version ~3.1.0
hyperf/command Version ~3.1.0
hyperf/config Version ~3.1.0
hyperf/config-center Version ~3.1.0
hyperf/config-nacos Version ~3.1.0
hyperf/constants Version ^3.1
hyperf/crontab Version ~3.1.0
hyperf/database Version ~3.1.0
hyperf/db-connection Version ^3.1
hyperf/engine Version ^2.10
hyperf/filesystem Version ~3.1.0
hyperf/flysystem-oss Version ~1.4.0
hyperf/framework Version ~3.1.0
hyperf/grpc Version 3.1.*
hyperf/grpc-client Version ^3.1
hyperf/guzzle Version ^3.1
hyperf/helper Version ~3.1.0
hyperf/http-server Version ~3.1.0
hyperf/http2-client Version 3.1.*
hyperf/json-rpc Version ~3.1.0
hyperf/logger Version ~3.1.0
hyperf/memory Version ~3.1.0
hyperf/model-cache Version ^3.1
hyperf/nacos Version ^3.1
hyperf/pool Version ^3.1
hyperf/process Version ~3.1.0
hyperf/rate-limit Version ^3.1
hyperf/redis Version ^3.1
hyperf/resource Version ^3.1
hyperf/rpc-client Version ~3.1.0
hyperf/rpc-server Version ~3.1.0
hyperf/service-governance Version ~3.1.0
hyperf/service-governance-nacos Version ~3.1.0
hyperf/session Version ^3.1
hyperf/snowflake Version ^3.1
hyperf/translation Version ^3.1
hyperf/validation Version ^3.1
hyperf/xxl-job-incubator Version ^0.7.0
league/flysystem-aws-s3-v3 Version ^3.0
mpdf/mpdf Version ^8.2
overtrue/flysystem-cos Version ^5.0
overtrue/flysystem-qiniu Version ^3.0
phpoffice/phpspreadsheet Version ^5.2
phpoffice/phpword Version *
ramsey/uuid Version ^4.9
tgkw-adc/flysystem-huaweicloud-obs Version 1.0.3
tgkw-adc/hyperf-captcha Version ^1.0
tgkw-adc/ip2location-php Version ^1.0
viest/php-ext-xlswriter-ide-helper Version 1.3.6
zoujingli/ip2region Version 3.0.8
alibabacloud/captcha-20230305 Version ^1.1
doctrine/dbal Version ^3.0
donjan-deng/hyperf-casbin Version ^3.23
dtm/dtm-client Version ^0.3.5
firebase/php-jwt Version ^6.11
friendsofhyperf/mail Version ^3.1
hyperf/amqp Version ^3.1
hyperf/cache Version ~3.1.0
hyperf/circuit-breaker Version ~3.1.0
hyperf/command Version ~3.1.0
hyperf/config Version ~3.1.0
hyperf/config-center Version ~3.1.0
hyperf/config-nacos Version ~3.1.0
hyperf/constants Version ^3.1
hyperf/crontab Version ~3.1.0
hyperf/database Version ~3.1.0
hyperf/db-connection Version ^3.1
hyperf/engine Version ^2.10
hyperf/filesystem Version ~3.1.0
hyperf/flysystem-oss Version ~1.4.0
hyperf/framework Version ~3.1.0
hyperf/grpc Version 3.1.*
hyperf/grpc-client Version ^3.1
hyperf/guzzle Version ^3.1
hyperf/helper Version ~3.1.0
hyperf/http-server Version ~3.1.0
hyperf/http2-client Version 3.1.*
hyperf/json-rpc Version ~3.1.0
hyperf/logger Version ~3.1.0
hyperf/memory Version ~3.1.0
hyperf/model-cache Version ^3.1
hyperf/nacos Version ^3.1
hyperf/pool Version ^3.1
hyperf/process Version ~3.1.0
hyperf/rate-limit Version ^3.1
hyperf/redis Version ^3.1
hyperf/resource Version ^3.1
hyperf/rpc-client Version ~3.1.0
hyperf/rpc-server Version ~3.1.0
hyperf/service-governance Version ~3.1.0
hyperf/service-governance-nacos Version ~3.1.0
hyperf/session Version ^3.1
hyperf/snowflake Version ^3.1
hyperf/translation Version ^3.1
hyperf/validation Version ^3.1
hyperf/xxl-job-incubator Version ^0.7.0
league/flysystem-aws-s3-v3 Version ^3.0
mpdf/mpdf Version ^8.2
overtrue/flysystem-cos Version ^5.0
overtrue/flysystem-qiniu Version ^3.0
phpoffice/phpspreadsheet Version ^5.2
phpoffice/phpword Version *
ramsey/uuid Version ^4.9
tgkw-adc/flysystem-huaweicloud-obs Version 1.0.3
tgkw-adc/hyperf-captcha Version ^1.0
tgkw-adc/ip2location-php Version ^1.0
viest/php-ext-xlswriter-ide-helper Version 1.3.6
zoujingli/ip2region Version 3.0.8
The package tgkw-adc/helper contains the following files
Loading the files please wait ...