https://github.com/antidot-framework/template-renderer
Antidot framework template renderer library
https://github.com/antidot-framework/template-renderer
Last synced: 4 months ago
JSON representation
Antidot framework template renderer library
- Host: GitHub
- URL: https://github.com/antidot-framework/template-renderer
- Owner: antidot-framework
- License: bsd-2-clause
- Created: 2019-04-13T21:03:49.000Z (about 6 years ago)
- Default Branch: 2.x.x
- Last Pushed: 2021-11-01T14:02:19.000Z (over 3 years ago)
- Last Synced: 2025-01-06T07:23:20.854Z (6 months ago)
- Language: PHP
- Homepage: https://template.antidotfw.io
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Antidot Template Renderer
This package is a simple interface that allows implementing different template renderer engines in our applications.
## Available Implementations
* [Twig Template Renderer](https://github.com/antidot-framework/twig-template-renderer)
* [Phug Template Renderer](https://github.com/antidot-framework/phug-template-renderer)