fhddev / jawan-framework
The Jawan framework.
v0.1.1
2025-11-19 18:42 UTC
Requires
- php: >=7.0.0
- symfony/console: ^5.2@dev
This package is auto-updated.
Last update: 2026-03-19 19:31:46 UTC
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.