Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/baraja-core/dynamic-configuration
- Owner: baraja-core
- License: mit
- Created: 2020-09-28T18:34:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T13:37:02.000Z (over 2 years ago)
- Last Synced: 2024-12-13T21:49:44.892Z (25 days ago)
- Topics: configuration, nette, robust-interface
- Language: PHP
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.