languaojs/ribbonphp

The simplest PHP MVC Framework today.

dev-main 2023-04-20 13:11 UTC

This package is auto-updated.

Last update: 2025-06-20 17:30:53 UTC


README

The simplest PHP MVC framework today.

What is it?

RibbonPHP is a pure PHP framework that will help you to build your PHP application of any kind. It is designed to be used for both novices and pros.

Install using composer?

  1. Install XAMPP or WAMP to your machine
  2. Install Composer
  3. Enter the htdocs (for XAMPP) or www (for WAMP) directory.
  4. Open your code editor, direct to the directory (number 3), and run the terminal
  5. Type composer create-project languaojs/ribbonphp:dev-main
  6. Composer will download ribbonphp directory. You can remove the vendor directory.
  7. Run your local server and go to localhost/ribbonphp

Install using Git Clone?

  1. Install XAMPP or WAMP to your machine
  2. Install Visual Studio Code (VSCode)
  3. Open VSCode and its terminal
  4. Direct the terminal to the htdocs or www directory
  5. Run git clone https://github.com/languaojs/ribbonphp.git from the terminal
  6. Run your localserver and go to localhost/ribbonphp

Next step

You may need to rename the directory name (e.g. myapp). After rename the directory, go to ribbon/core/Config.php and adjust the value of APP_ROOT and your database information.

This is a Beta version. I will soon create a full documentation of how to use RibbonPHP and update this Readme file. Currently, you can visit RibbonPHP Blog.