languaojs/ribbonphp
Composer 安装命令:
composer create-project languaojs/ribbonphp
包简介
The simplest PHP MVC Framework today.
README 文档
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.gitfrom 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.
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: cc-by-4.0
- 更新时间: 2023-03-28