fhddev/jawan-framework

The Jawan framework.

Maintainers

Package info

github.com/fhddev/jawan-framework

pkg:composer/fhddev/jawan-framework

Statistics

Installs: 5

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.1 2025-11-19 18:42 UTC

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:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

License

This project uses the following license: MIT license.