akademiano/utils
Composer 安装命令:
composer require akademiano/utils
包简介
A library of various functions for the basic operations
README 文档
README
A library of various functions for the basic operations.
Installation
composer require akademiano/utils
Usage
$array = ["key_1" => ["key_2" => "value_1"]]
$var_2 = ArrayTools::get($array, ["key_1", "key_2"]); // $var_2 = "value_1"
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
History
Start as DeltaUtils
License
Apache-2.0 © mrdatamapper
统计信息
- 总下载量: 1.25k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 20
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2017-03-12