the-edingmc-group/vanilla-php-framework

There is no license information available for the latest version (dev-main) of this package.

A simple framework written in Vanilla PHP

dev-main 2021-05-04 16:17 UTC

This package is auto-updated.

Last update: 2024-06-04 22:26:44 UTC


README

A very simple & lightweight raw PHP framework that focuses mainly the developers, who want to speed up their development process. It is developed with MVC structure and does not use any external packages.

Requirements

Installation

  • Clone the repository,
  • Run this command in the project directory: composer dump-autoload
  • Change your configuration in app/config.php file

Enjoy!