jdwx / web-framework
Installs: 5
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/jdwx/web-framework
Requires
- php: >=8.3.0
- jdwx/web: ^3.0
- jdwx/web-pages: ^1.0
Requires (Dev)
- jetbrains/phpstorm-attributes: ^1.0
- phan/phan: ^v5
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^12
- roave/security-advisories: dev-latest
README
Web application framework for PHP
Installation
You can require it directly with Composer:
composer require jdwx/web-framework
Or download the source from GitHub: https://github.com/jdwx/web-framework-php.git
Requirements
This module requires PHP 8.3 or later.
Usage
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.
Stability
This module is considered stable and is extensively used in production code.
The module has complete test coverage.
History
This module was refactored out of the jdwx/web-php module in November 2025.