fluidphp/logger-helper

FluidPHP framework database logger helper

v1.0.5-stable 2022-05-30 20:13 UTC

This package is auto-updated.

Last update: 2024-04-29 03:21:15 UTC


README

FluidPhp is a framework based on the PhpToolCase library, visit phptoolcase.com for complete guides and examples.

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/logger-helper": "*"
} ,
"extra": 
{
	"installer-paths": 
	{
		"./vendor/fluidphp/helpers/Logger": ["fluidphp/logger-helper"]
	}
}

Project Info

Project Home

http://phptoolcase.com

Requirements

php version 5.4+
mysql database engine