yottacms / yotta-phpsettings-bundle
Yotta Php.ini settings bundle
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/yottacms/yotta-phpsettings-bundle
Requires
- php: >=7.1
Requires (Dev)
- phpunit/phpunit: ^5.6.4
- symfony/config: ^3.2
- symfony/dependency-injection: ^3.2
- symfony/event-dispatcher: ^3.3
- symfony/framework-bundle: ^3.3
- symfony/http-foundation: ^3.3
- symfony/http-kernel: ^3.3
This package is auto-updated.
Last update: 2025-09-15 09:50:47 UTC
README
An easy way to set the php.ini settings in Symfony 4
Installation
composer require yottacms/yotta-phpsettings-bundle
// config/bundles.php // ... return [ \YottaCms\Bundle\YottaPhpSettingsBundle\YottaPhpSettingsBundle::class => ['all' => true], // ... ];
# config/packages/yotta.yml yotta_php_settings: ini: - {"date.timezone": "Europe/Minsk"}