DotContainer enables deep array access using dot-notation.
PHP needs to be a minimum version of PHP 5.6.0
.
⚠️ It should work on PHP5.4+
but I'm not testing it anymore on anything<5.6
.
Using composer require
:
composer require "xmarcos/dot-container:^0.1"
or directly adding it to you composer.json
:
{
"require": {
"xmarcos/dot-container": "^0.1"
}
}
MIT License