symfony / stimulus-bundle
Integration with your Symfony app & Stimulus!
Package info
github.com/symfony/stimulus-bundle
Type:symfony-bundle
pkg:composer/symfony/stimulus-bundle
v3.1.0
2026-05-22 05:04 UTC
Requires
- php: >=8.4
- symfony/config: ^7.4|^8.0
- symfony/dependency-injection: ^7.4|^8.0
- symfony/deprecation-contracts: ^2.0|^3.0
- symfony/finder: ^7.4|^8.0
- symfony/http-kernel: ^7.4|^8.0
- twig/twig: ^2.15.3|^3.8
Requires (Dev)
- phpunit/phpunit: ^11.1|^12.0
- symfony/asset-mapper: ^7.4|^8.0
- symfony/framework-bundle: ^7.4|^8.0
- symfony/twig-bundle: ^7.4|^8.0
- zenstruck/browser: ^1.9
Conflicts
- symfony/asset-mapper: <6.4
This package is auto-updated.
Last update: 2026-06-05 09:43:28 UTC
README
This bundle adds integration between Symfony, Stimulus and Symfony UX:
- A) Twig
stimulus_*functions & filters to add Stimulus controllers, actions & targets in your templates; - B) Integration with Symfony UX & AssetMapper;
- C) A helper service to build the Stimulus data attributes and use them in your services.