fhddev/jawan-framework
最新稳定版本:v0.1.1
Composer 安装命令:
composer require fhddev/jawan-framework
包简介
The Jawan framework.
README 文档
README
Jawan is a PHP MVC Framework built in 2017 to understand the internals of MVC Frameworks. It is inspired by Codeigniter 3 and Laravel.
Notes
- This framework is for learning purposes.
- It’s not production-ready.
- Contributions are welcome!
Requirements
- PHP ^7.0
- Composer
- Apache web server (if you don't want to use the built-in web server)
- MySQL (optional, for database features)
Installation & Usage Example
To get started with this framework, you’ll need a template. You can either create your own or use the template provided specifically for this framework.
For reference, check out an example of a simple blog built with this framework.
Contributing to Jawan Framework
To contribute to Jawan Framework, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>. - Make your changes and commit them:
git commit -m '<commit_message>' - Push to the original branch:
git push origin <project_name>/<location> - Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
License
This project uses the following license: MIT license.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-19