ensostudio / yii2-fenom
Yii 2 extension for using Fenom template engine
Package info
github.com/ensostudio/yii2-fenom
Type:yii2-extension
pkg:composer/ensostudio/yii2-fenom
v0.1.0
2022-06-12 09:57 UTC
Requires
- php: >=7.1.0
- fenom/fenom: ^2.12.1
- yiisoft/yii2: ^2.0.30
Requires (Dev)
- phpunit/phpunit: ^7.5.20
This package is auto-updated.
Last update: 2026-03-07 22:06:28 UTC
README
Yii 2 extension for render views using Fenom template engine.
Installation
The preferred way to install this extension is through Composer. Either run:
composer require --prefer-dist ensostudio/yii2-fenom
or add
"ensostudio/yii2-fenom": "*"
to the require section of your composer.json file.