Skip to content

ground-creative/fluid-php-website-helper

Repository files navigation

FluidPhp Website Helper

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

http://phptoolcase.com

Requirements

php version 5.4+