Download the PHP package minond/configurare without Composer
On this page you can find all versions of the php package minond/configurare. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package configurare
Configurare
Sample usage
Initializing configuration
Configuring configuratio file formats and parsers
Using custom formats
Getting values
Setting values
Enviroments
Adding enviroments allows additional configuration files, which may or may not be tracked by version control, to be used. For example, you may commit a "default" config/app.yml configuration file which makes assumptions about the enviroments (ie. database connection information) and overwrite it using config/app.prod.yml. This "prod" file has data which is sensative and is only stored in the production server where your application is running. This allows you to use the same configuration retrieval code, get the correct configuration for your enviroments, AND not have to check that into source control.
Caching
Configurare is compatible with the Cache package
All versions of configurare with dependencies
symfony/yaml Version 2.*
minond/cache Version 1.*
minond/utilitatis Version 1.*