Download the PHP package n7/configs without Composer
On this page you can find all versions of the php package n7/configs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor n7
Package configs
Short Description Library for configurations files organization
License MIT
Package configs
Short Description Library for configurations files organization
License MIT
Please rate this library. Is it a good library?
Informations about the package configs
About
Usually configuration files in PHP projects stored in PHP files as arrays or in YAML files. I see few cons in this approach:
- In case you need some configurations in your service, you must inject all configurations.
- Structure on those configurations not amenable to static analysis.
This small library offers a slightly different approach for organizing your configuration files.
Usual configuration file:
Used like this:
Can be transformed in to:
Now you are able to inject only needed configurations and structure of those configurations are completely transparent.
Documentation
Available methods:
🥔
All versions of configs with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.4|~8.0
The package n7/configs contains the following files
Loading the files please wait ....