averay/extensible-blocks
Utilities for building a library with complex view block extension logic.
Maintainers
v0.1.0
2024-02-22 18:54 UTC
Requires
- php: >=8.2
- twig/twig: ^3.8
Requires (Dev)
- roave/security-advisories: dev-latest
- vimeo/psalm: ^5.22.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 3347f01309fb4b47d701ae9d066bc06f7e99849a
README
Utilities for building libraries with complex view block extension logic, based on the block extension functionality behind Symfony Forms and genericised to be configurable for different applications.
Libraries built with this can allow their consumers to customise rendering specific views directly within templates by declaring blocks following specific patterns. See the Symfony Forms theming documentation for details on the concepts behind this library, and the examples for usage information.
