Web application framework for PHP
You can require it directly with Composer:
composer require jdwx/web-frameworkOr download the source from GitHub: https://github.com/jdwx/web-framework-php.git
This module requires PHP 8.3 or later.
This module provides a framework for building web applications, including routing, request handling, and response generation.
There is a working example in the example directory.
This module is considered stable and is extensively used in production code.
The module has complete test coverage.
This module was refactored out of the jdwx/web-php module in November 2025.