Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baraja-core/dynamic-configuration

Simple package for user-defined configuration by robust interface.
https://github.com/baraja-core/dynamic-configuration

configuration nette robust-interface

Last synced: 13 days ago
JSON representation

Simple package for user-defined configuration by robust interface.

Awesome Lists containing this project

README

        

Dynamic configuration
=====================

![Integrity check](https://github.com/baraja-core/dynamic-configuration/workflows/Integrity%20check/badge.svg)

Simple package for user-defined configuration by robust interface.

📦 Installation
---------------

It's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on
[Packagist](https://packagist.org/packages/baraja-core/dynamic-configuration) and
[GitHub](https://github.com/baraja-core/dynamic-configuration).

To install, simply use the command:

```
$ composer require baraja-core/dynamic-configuration
```

You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.