chiqui3d/php-directives-bundle
date.timezone, LC_MONETARY) in a single YAML config, reducing hardcoded values across environments (dev/staging/prod).Europe/Madrid in staging vs. UTC in prod) via Symfony’s parameter bags or environment variables.ini_set() calls or .htaccess tweaks.Executives:
"This bundle lets us standardize PHP settings (like timezones or currency formats) across all environments via a single config file—no more scattered .env hacks or manual server tweaks. It’s a 10-minute setup that saves ops time and reduces errors in multi-region deployments."
Engineering:
"For Symfony teams, this replaces manual ini_set() calls with a clean YAML-based approach. Example: Define date.timezone once in config/packages/php_directives.yaml instead of in 50+ places. Works alongside Symfony’s existing config system, so no new tooling needed. Tradeoff: Archived repo (but MIT license means we can fork if needed)."
How can I help you explore Laravel packages today?