akademiano / utils
A library of various functions for the basic operations
v1.0.0
2017-08-27 17:23 UTC
Requires
- php: ^5.6 || ^7.0
- ext-mbstring: *
- ext-pcre: *
- myclabs/php-enum: ^1.5
- phpoption/phpoption: ^1.5
- pimple/pimple: ^3.0
- symfony/yaml: ^3.2.3
Requires (Dev)
- codeception/codeception: ^2.2.10
- satooshi/php-coveralls: ^1.0.1
This package is auto-updated.
Last update: 2024-11-08 05:58:34 UTC
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