A PHP mvc framework, built from absolute scratch(BIT - Better In Time).
BIT(Better In Time) is a PHP MVC framework, it was created for educational purposes but now it's under development to becoming a real open-source framework.
See CONTRIBUTING.md.
This project exists thanks to all the people who contribute. [Contribute].
-
Clone the project then install its core by running run
composer require sabosuke/sabophp-mvc-core
-
Configure the
.env
file that contains your database dns, user and password -
Run the migrations.php file
php migrations.php
-
Lastly Run the server
php -S localhost:8085 -t public/
-
To install the latest version
composer require sabosuke/sabophp-mvc-core:^1.0.4
Next version will have Query Builders to simplify writing sql queries