f-oris / easy-support
Installs: 2 182
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- php: >=5.5
- ext-json: *
- ext-mbstring: *
- paragonie/random_compat: <9.99
Requires (Dev)
- mikey179/vfsstream: ^1.6
- mockery/mockery: ^0.9|^1.0
- phpunit/phpunit: ^4.0
This package is auto-updated.
Last update: 2024-10-19 22:42:42 UTC
README
基于Illuminate\Support包提取的部分自用快捷函数,不建议直接使用
版本说明
- 移除Arr::unset()函数,可使用Arr::forget()函数替代使用
- 移除Arr::expect()函数,可使用Arr::except()函数替代使用
- 修改部分业务代码逻辑,移除
php-7.0
语法,兼容php-5.5
语法
安装使用
composer require f-oris/easy-support:^2.0
License
MIT License
Copyright (c) 2019-present F.oris us@f-oris.me