2017 © Pedro Peláez
 

library configurator

Simple configuration container

image

assada/configurator

Simple configuration container

  • Tuesday, March 14, 2017
  • by AlexIlyenko
  • Repository
  • 1 Watchers
  • 7 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Star, (*1)

Minimum PHP Version Codacy Badge Version Packagist Gratipay User Star, (*2)

Installation

Via Composer, (*3)

composer require assada/configurator

Requirements

PHP: >= 7.0, (*4)

symfony/yaml: >= 3.2, (*5)

Instead of symfony/yaml suggest install PECL yaml extension., (*6)

Usage

$config = new Config(['./configs/test.json', './configs/test2.json']);
$config->add('./test3.json');
$config->set('test.set', 'newData');

file_put_contents('export.json', $config->dump('json'));

var_dump($config->all());

License

Configurator is released under the GPL3.0 Licence. See the bundled LICENSE file for details., (*7)

Author

Alex Ilyenko (@Assada), (*8)

The Versions

14/03 2017

dev-master

9999999-dev

Simple configuration container

  Sources   Download

GPL-3.0

The Requires

 

by Assada

03/03 2017

dev-feature/new-readme

dev-feature/new-readme

Simple configuration container

  Sources   Download

GPL-3.0

The Requires

 

by Assada

30/01 2017

0.2.1

0.2.1.0

Simple configuration container

  Sources   Download

GPL-3.0

The Requires

 

by Assada

29/01 2017

0.2.0

0.2.0.0

Simple configuration container

  Sources   Download

GPL-3.0

The Requires

 

by Assada

28/01 2017

0.1.1

0.1.1.0

Simple configuration container

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0.0

 

by Assada

28/01 2017

0.1.0

0.1.0.0

Simple configuration container

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0.0

 

by Assada