mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
docs | ||
example/templates | ||
sandbox | ||
src | ||
tests | ||
.coveralls.yml | ||
.gitignore | ||
.travis.yml | ||
authors.md | ||
CHANGELOG.md | ||
composer.json | ||
composer.lock | ||
license.md | ||
phpunit.xml.dist | ||
README.md |
Fenom - Template Engine for PHP
Fenóm - lightweight and fast template engine for PHP.
- Subject: Template engine
- Syntax: Smarty-like
- Documentation: english, russian
- PHP version: 5.3+
- State:
- Version:
- Packagist: fenom/fenom
- Composer:
composer require fenom/fenom
- Discussion: Fenom Forum
- Versioning: semver2
- Performance: see benchmark
Quick Start
Install
If you use composer in your project then you can to install Fenom to project as package. However, if you are not using composer you have to configure autoloader to work with Fenom.