Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jphp-group/twig
Twig template library for JPHP
https://github.com/jphp-group/twig
jphp php template template-engine twig
Last synced: 2 months ago
JSON representation
Twig template library for JPHP
- Host: GitHub
- URL: https://github.com/jphp-group/twig
- Owner: jphp-group
- License: apache-2.0
- Created: 2018-05-07T08:26:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T19:22:58.000Z (almost 5 years ago)
- Last Synced: 2024-11-02T17:36:11.933Z (2 months ago)
- Topics: jphp, php, template, template-engine, twig
- Language: Java
- Size: 35.2 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jphp - Twig - twig templates for JPHP. (Uncategorized / Uncategorized)
README
# Twig Templates
[![Build Status](https://travis-ci.org/jphp-group/twig.svg?branch=master)](https://travis-ci.org/jphp-group/twig)
Twig template engine for JPHP.
## Install
```bash
jppm add twig
```## How to use?
Go to the `examples/` directory and see the [`simple`](examples/simple) project sources.
## API Documentation
-> [api-docs](api-docs/).
## Template Features
1. This package is based on Pebble (http://www.mitchellbosecke.com/pebble/documentation)
2. This package similar to official Twig (https://twig.symfony.com/doc/2.x/templates.html).