Download the PHP package flavacaster/configs without Composer
On this page you can find all versions of the php package flavacaster/configs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download flavacaster/configs
More information about flavacaster/configs
Files in flavacaster/configs
Download flavacaster/configs
More information about flavacaster/configs
Files in flavacaster/configs
Vendor flavacaster
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
~8.0
The package flavacaster/configs contains the following files
Loading the files please wait ....