machy8 / macdom-bundle
Macdom HTML Preprocessor bundle for Symfony framework.
v1.0.0
2018-02-01 20:24 UTC
Requires
- php: >=7.0
- machy8/macdom: ^3.0
- machy8/xhtml-formatter: ^1.0
This package is auto-updated.
Last update: 2026-03-11 18:48:25 UTC
README
Macdom HTML Preprocessor bundle for Symfony Framework.
Installation
composer require machy8/macdom-bundle
Usage
use Macdom\Engine; /** * @Route("/", name="homepage") */ public function homepage(Engine $macdom) : Response { return new Response($macdom->compile('h1 Hello World!')); }