fluidphp / translator-helper
FluidPHP framework translator helper class that uses xml as database
v1.1.0-stable
2023-09-04 20:00 UTC
This package is auto-updated.
Last update: 2024-11-04 22:21:26 UTC
README
FluidPhp is a framework based on the PhpToolCase library, visit phptoolcase.com for complete guides and examples.
This helper to can parse xml tags that can be used in your views.
Installation
Add the package to your composer.json file, to install the helper.
With fluidphp framework:
"require":
{
"mnsami/composer-custom-directory-installer": "2.0.*" ,
"fluidphp/translator-helper": "*"
} ,
"extra":
{
"installer-paths":
{
"./vendor/fluidphp/helpers/Translator": ["fluidphp/translator-helper"]
}
}
Stand-alone:
"require":
{
"fluidphp/translator-helper": "*"
}
Project Info
Project Home
Requirements
php version 5.4+
php-xml module