teromene / raintplang
A plugin to do localization in RainTPL
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/teromene/raintplang
Requires
- rain/raintpl: > 3.0.0
Requires (Dev)
- phpunit/phpunit: 5.5.*
This package is not auto-updated.
Last update: 2025-09-28 06:41:54 UTC
README
#RainTPLang RainTPLang is a plugin for the raintpl3 template engine that allows users to localize their template files.
##Features
- RainTPL-style syntax for your translations,
- Support of custom PHP translation functions.
##Usage/Installation You can install RainTPLang via composer by adding
"require": {
"teromene/raintplang": "> 0.1"
}