averay/extensible-blocks

Utilities for building a library with complex view block extension logic.

Maintainers

👁 adamaveray

Package info

github.com/adamaveray/extensible-blocks

pkg:composer/averay/extensible-blocks

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0 2024-02-22 18:54 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 3347f01309fb4b47d701ae9d066bc06f7e99849a

This package is auto-updated.

Last update: 2026-06-27 13:20:37 UTC


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.