akademiano/utils

A library of various functions for the basic operations

v1.0.0 2017-08-27 17:23 UTC

README

Build Status Coverage Status SensioLabsInsight Libraries.io

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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

Start as DeltaUtils

License

Apache-2.0 © mrdatamapper