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

v1.0.0 2025-11-28 06:00 UTC

This package is auto-updated.

Last update: 2025-11-28 06:03:29 UTC


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.