Selected Tags
Click on a tag to remove itMore Tags
Click on a tag to add it and filter downConfiguration libraries
Showing projects tagged as Configuration
-
PHP Dotenv
9.5 5.3 PHPLoads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically. -
Symfony VarDumper
8.9 7.3 PHPThe VarDumper component provides mechanisms for walking through any arbitrary PHP variable. It provides a better dump() function that you can use instead of var_dump(). -
Symfony Dotenv
8.0 5.5 PHPSymfony Dotenv parses .env files to make environment variables stored in them accessible via getenv(), $_ENV, or $_SERVER.