norse-blue / sekkr
Sekkr is a framework agnostic package for array manipulation.
dev-master / 1.0.x-dev
2018-02-12 02:57 UTC
Requires
- php: ^7.1
Requires (Dev)
- phpunit/phpunit: ^7.0
- squizlabs/php_codesniffer: ^3.2
This package is auto-updated.
Last update: 2024-11-05 05:24:12 UTC
README
Sekkr is a framework agnostic package for array manipulation.
It is based on the work of Riku Särkinen (@adbario) at adbario/php-dot-notation.
Install
Via Composer
$ composer require NorseBlue/Sekkr
Usage
$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
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email dev@norse.blue
instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.