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
Package info
github.com/the-edingmc-group/MyVanillaFramework
Type:project
pkg:composer/the-edingmc-group/vanilla-php-framework
dev-main
2021-05-04 16:17 UTC
This package is auto-updated.
Last update: 2026-03-05 02:08:34 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
- Composer is required. Get composer from here: https://getcomposer.org/download/
Installation
- Clone the repository,
- Run this command in the project directory:
composer dump-autoload - Change your configuration in
app/config.phpfile