Hive framework
The Hive is a simple php mvc framework .
Information
Features :
-MVC design
-PDO connection
-OOP system
-Twig template
-Very Fast, simple and small
-Language system
Get Quick Start
Installation Clone project for self :
git clone https://github.com/mlk9/hive.git
Then, install composer :
composer install
After that, install compile resources files : you need install npm before : npm i
php launcher compile
Hive launcher Command Assistant
before this you have to set database mysql in /.env file
php launcher start-server
And for more information :
php launcher --help
License
The Hive framework is open-sourced and licensed under the MIT license.