dev-master
9999999-dev https://github.com/NorseBlue/SekkrSekkr is a framework agnostic package for array manipulation.
MIT
The Requires
- php ^7.1
The Development Requires
array norseblue sekkr
Sekkr is a framework agnostic package for array manipulation.
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
Sekkr is a framework agnostic package for array manipulation., (*2)
It is based on the work of Riku SĂ€rkinen (@adbario) at adbario/php-dot-notation., (*3)
Via Composer, (*4)
``` bash $ composer require NorseBlue/Sekkr, (*5)
## Usage ``` php $arr = new NorseBlue\Sekkr\Arr(); $arr->set('config.vcs.repo.url', 'https://github.com/NorseBlue/Sekkr.git'); echo $arr->get('config.vcs.repo.url'); // Output: // https://github.com/NorseBlue/Sekkr.git
Please see CHANGELOG for more information on what has changed recently., (*6)
bash
$ composer test
, (*7)
Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*8)
If you discover any security related issues, please email dev@norse.blue
instead of using the issue tracker., (*9)
The MIT License (MIT). Please see License File for more information., (*10)
Sekkr is a framework agnostic package for array manipulation.
MIT
array norseblue sekkr