Skip to content

mrdatamapper/akademiano-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akademiano-utils

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%