ensostudio / yii2-fenom
Yii 2 extension for using Fenom template engine
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
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 not auto-updated.
Last update: 2025-08-22 03:58:18 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.