fhddev/jawan

PHP MVC Framework for building and developing web based applications

Maintainers

Package info

github.com/fhddev/jawan

Type:project

pkg:composer/fhddev/jawan

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.2 2025-11-19 19:59 UTC

This package is auto-updated.

Last update: 2026-03-19 20:47:10 UTC


README

Jawan is an MVC Project Template built specifically for Jawan Framework.

For reference, check out an example of a simple blog built with this framework.

Notes

  • This template 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)

Getting started

Install via composer:

composer create-project fhddev/jawan blog
cd blog
php jwnc serve

Open this link in the browser 127.0.0.1:8000.

Code Scaffolding

Create new controller

php jwnc make:controller DummyController

Create new model

php jwnc make:model Dummy

License

This project uses the following license: MIT license.