xmarcos / dot-container
DotContainer enables deep array access using dot-notation.
Installs: 67 701
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/xmarcos/dot-container
Requires
- php: >=5.4.0
Requires (Dev)
- fabpot/php-cs-fixer: @stable
- phpunit/phpunit: @stable
This package is not auto-updated.
Last update: 2025-10-25 21:53:54 UTC
README
DotContainer enables deep array access using dot-notation.
Requirements
PHP needs to be a minimum version of PHP 5.6.0.
⚠️ It should work on PHP
5.4+but I'm not testing it anymore on anything<5.6.
Installation
Using composer require:
composer require "xmarcos/dot-container:^0.1"
or directly adding it to you composer.json:
{
"require": {
"xmarcos/dot-container": "^0.1"
}
}
License
MIT License