FilipCofi / directframework

A very simple, lightweight and powerful PHP framework built to save you time by deploying quickly your ideas with a clean code.

Home Page:https://berwick.fr/projects/directframework/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it ?

A very simple and lightweight PHP framework built to save you time by deploying quickly your ideas with a clean code. Working with Apache or NGINX.

Actual version : beta-0.7

Why this one ?

Simple MVC architecture, easy to learn, lightweight, no need to install anything (just upload the framework files), easily support multiple languages and features helpful built-in functionalities (log, notifications...).

Available developer if there's an issue.

Installation & documentation :

Notes of the version :

  • Added Model/Index/databaseModel.php as a useful and simple class to manage your database queries.
  • Added Model/Index/userModel.php as an example for using the databaseModel properly (really simple).
  • Added some useful functions : $Page->handleAjax(), $Page->ping().
  • Fixed default problems with $Page->addToLog().
  • Updated comments and code readability in Page.class.php and Direct.class.php.

About

A very simple, lightweight and powerful PHP framework built to save you time by deploying quickly your ideas with a clean code.

https://berwick.fr/projects/directframework/

License:MIT License


Languages

Language:PHP 97.9%Language:CSS 2.1%