jmf / rendering-preset-bundle
Rendering preset bundle for Symfony
Package info
github.com/jmfeurprier/rendering-preset-bundle
Type:symfony-bundle
pkg:composer/jmf/rendering-preset-bundle
1.1.2
2026-05-31 06:58 UTC
Requires
- php: >=8.3
- jmf/template-rendering: ^2.0
- symfony/cache-contracts: ^3.0
- symfony/config: ^7.0|^8.0
- symfony/framework-bundle: ^7.0|^8.0
- symfony/property-access: ^7.0|^8.0
- webmozart/assert: ^1.0|^2.0
Requires (Dev)
- overtrue/phplint: ^9
- phpstan/phpstan: ^2
- phpstan/phpstan-strict-rules: ^2
- phpunit/phpunit: ^12|^13
- rector/rector: ^2
- squizlabs/php_codesniffer: ^4
README
Symfony bundle which allows rendering preset templates.
Installation & Requirements
Install with Composer:
composer require jmf/rendering-preset-bundle
If you have Flex installed, the bundle is then instantly available without any need for initial configuration.
If not, complete your config/bundles.php file as indicated below:
<?php return [ // ... // Other existing bundles. // ... Jmf\RenderingPreset\RenderingPresetBundle::class => ['all' => true], ];