Download the PHP package silinternational/php-array-dot-notation without Composer
On this page you can find all versions of the php package silinternational/php-array-dot-notation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download silinternational/php-array-dot-notation
More information about silinternational/php-array-dot-notation
Files in silinternational/php-array-dot-notation
Download silinternational/php-array-dot-notation
More information about silinternational/php-array-dot-notation
Files in silinternational/php-array-dot-notation
Vendor silinternational
Package php-array-dot-notation
Short Description PHP library for using dot notation in arrays
License MIT
Package php-array-dot-notation
Short Description PHP library for using dot notation in arrays
License MIT
Please rate this library. Is it a good library?
Informations about the package php-array-dot-notation
Array Dot Notation for PHP
A utility to use dot notation in PHP arrays.
Setup
- Clone this repo.
- Copy
local.env.dist
tolocal.env
and update GitHub.com token as appropriate. - Run
make test
to install dependencies and run PHPUnit tests.
Makefile script
There is a Makefile in place to simplify common tasks.
make test
- doescomposer install
and runs phpunit tests
Class DotNotation
Util class containing a single method to collapse a multi-dimensional array into a single-dimensional array. Array keys are combined using a dot to separate levels of the array. For instance:
will be collapsed to
All versions of php-array-dot-notation with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package silinternational/php-array-dot-notation contains the following files
Loading the files please wait ....