fluidphp/fluidphp

A php framework

v2.2.0-stable 2023-08-31 21:14 UTC

This package is auto-updated.

Last update: 2024-03-29 04:19:12 UTC


README

A powerfull framework based on the phptoolcase library.

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

Project Info

Project Home

http://phptoolcase.com

Requirements

php version 5.4+

INSTALLATION

Method 1

Use composer to install the framework

composer create-project fluidphp/fluidphp {foldername}

Method 2

Download the source code and run composer directly with the following command

composer install
  • Rename env.sample file and change the variables as needed

Framework Helpers