baraja-core / dynamic-configuration
There is no license information available for the latest version (v2.2.1) of this package.
Package info
github.com/baraja-core/dynamic-configuration
pkg:composer/baraja-core/dynamic-configuration
v2.2.1
2022-04-11 18:16 UTC
Requires
- php: ^8.0
- nette/di: ^3.0
- nette/utils: ^3.2
Requires (Dev)
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.0
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-nette: ^1.0
- phpstan/phpstan-strict-rules: ^1.0
- roave/security-advisories: dev-master
- spaze/phpstan-disallowed-calls: ^2.0
This package is auto-updated.
Last update: 2026-03-08 21:45:17 UTC
README
Simple package for user-defined configuration by robust interface.
📦 Installation
It's best to use Composer for installation, and you can also find the package on Packagist and GitHub.
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.