2017 © Pedro PelĂĄez
 

library sekkr

Sekkr is a framework agnostic package for array manipulation.

image

norse-blue/sekkr

Sekkr is a framework agnostic package for array manipulation.

  • Monday, February 12, 2018
  • by axelitus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Sekkr

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![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)

Install

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

Change log

Please see CHANGELOG for more information on what has changed recently., (*6)

Testing

bash $ composer test, (*7)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*8)

Security

If you discover any security related issues, please email dev@norse.blue instead of using the issue tracker., (*9)

Credits

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

12/02 2018

dev-master

9999999-dev https://github.com/NorseBlue/Sekkr

Sekkr is a framework agnostic package for array manipulation.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

array norseblue sekkr