magloft / twigster
A standalone parser for twig templates
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/magloft/twigster
Requires
- php: >=5.3.0
- symfony/console: 2.7
- symfony/yaml: ~2.7
- twig/twig: ~1.19
This package is not auto-updated.
Last update: 2025-10-11 22:32:06 UTC
README
A standalone parser for twig templates.
Usage
Twigster version 0.2.0
Usage:
twigster render [options] [--] <template>
Arguments:
template Twig template to render
Options:
-d, --dir=DIR twig templates root directory (for resolving paths) [default: "."]
-y, --yaml[=YAML] path to a .yaml file that contains locals
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version