Skip to content

SaboSuke/BIT--PHP-MVC-FRAMEWORK

Repository files navigation


BIT


A PHP mvc framework, built from absolute scratch(BIT - Better In Time). Composer Version PHP Version Better In Time Version

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.

Contributing

See CONTRIBUTING.md.

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Installation

  • 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

Features

Version 2.0

Next version will have Query Builders to simplify writing sql queries