languaojs / ribbonphp
The simplest PHP MVC Framework today.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.4.8
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?
- Install XAMPP or WAMP to your machine
- Install Composer
- Enter the htdocs (for XAMPP) or www (for WAMP) directory.
- Open your code editor, direct to the directory (number 3), and run the terminal
- Type
composer create-project languaojs/ribbonphp:dev-main
- Composer will download ribbonphp directory. You can remove the vendor directory.
- Run your local server and go to
localhost/ribbonphp
Install using Git Clone?
- Install XAMPP or WAMP to your machine
- Install Visual Studio Code (VSCode)
- Open VSCode and its terminal
- Direct the terminal to the htdocs or www directory
- Run
git clone https://github.com/languaojs/ribbonphp.git
from the terminal - 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.