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: 2 months ago
JSON representation
Simple package for user-defined configuration by robust interface.
- Host: GitHub
- URL: https://github.com/baraja-core/dynamic-configuration
- Owner: baraja-core
- License: mit
- Created: 2020-09-28T18:34:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T13:37:02.000Z (almost 4 years ago)
- Last Synced: 2025-10-29T10:41:55.484Z (8 months ago)
- Topics: configuration, nette, robust-interface
- Language: PHP
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dynamic configuration
=====================

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.