norse-blue/sekkr

Sekkr is a framework agnostic package for array manipulation.

dev-master / 1.0.x-dev 2018-02-12 02:57 UTC

This package is auto-updated.

Last update: 2024-06-05 04:34:45 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.