alsvanzelf/gaps
Composer 安装命令:
composer require alsvanzelf/gaps
包简介
Stop minding the gap. Extend php with these polyfills and missing functionality. Right now, `array_splice_preserve_keys`.
关键字:
README 文档
README
Stop minding the gap. Extend php with these polyfills and missing functionality.
Filled
array_splice_preserve_keys(): anarray_splicewhich does preverse the keys of the replacement array
Polyfilled
empty_expression(): anemptywhich works on expressions (when below PHP 5.5.0)
Installation
Use Composer. Add alsvanzelf/gaps to your project's composer.json:
{
"require": {
"alsvanzelf/gaps": "dev-master"
}
}
Start your file with
use alsvanzelf\gaps\gaps; use alsvanzelf\gaps\polyfills;
And use the methods where you need:
gaps::method_name(); polyfills::method_name();
Contributing
Pull Requests or issues are welcome!
Licence
MIT
统计信息
- 总下载量: 1.4k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-04