├── LICENSE.md ├── composer.json ├── composer.lock └── src ├── Dot.php └── helpers.php /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adbario/php-dot-notation/HEAD/LICENSE.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adbario/php-dot-notation/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adbario/php-dot-notation/HEAD/composer.lock -------------------------------------------------------------------------------- /src/Dot.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adbario/php-dot-notation/HEAD/src/Dot.php -------------------------------------------------------------------------------- /src/helpers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adbario/php-dot-notation/HEAD/src/helpers.php --------------------------------------------------------------------------------