fluidphp / website-helper
FluidPhp Framework Website Helper
Package info
github.com/ground-creative/fluid-php-website-helper
Language:JavaScript
pkg:composer/fluidphp/website-helper
v1.1.1-stable
2023-09-12 19:49 UTC
Requires
- php: 5.4.0 - 7.4
- fluidphp/fluidphp: *
- fluidphp/translator-helper: *
- fluidphp/viewmodel-helper: *
- mnsami/composer-custom-directory-installer: 2.0.*
This package is auto-updated.
Last update: 2026-02-13 00:54:05 UTC
README
FluidPhp is a framework based on the PhpToolCase library, visit phptoolcase.com for complete guides and examples.
This helper can be used to configure routes and web pages with xml files.
Installation
Add the package to your composer.json file, to install the helper.
"require":
{
"fluidphp/website-helper": "*"
} ,
"extra":
{
"installer-paths":
{
"./vendor/fluidphp/helpers/Website": ["fluidphp/website-helper"] ,
"./vendor/fluidphp/helpers/Translator": ["fluidphp/translator-helper"] ,
"./vendor/fluidphp/helpers/ViewModel": ["fluidphp/viewmodel-helper"]
}
}
Project Info
Project Home
Requirements
php version 5.4+