PHPackages                             comphp/web - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. comphp/web

ActiveLibrary[Framework](/categories/framework)

comphp/web
==========

Web application integration layer combining HTTP, routing, actions, views, assets, and runtime support.

0.3(1mo ago)28MITPHPPHP ^8.5

Since Feb 18Pushed 1mo agoCompare

[ Source](https://github.com/commonphp/web)[ Packagist](https://packagist.org/packages/comphp/web)[ RSS](/packages/comphp-web/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)Dependencies (9)Versions (4)Used By (0)

CommonPHP Web
=============

[](#commonphp-web)

CommonPHP Web provides the traditional web application integration layer for CommonPHP applications. It brings together runtime, HTTP, routing, actions, views, assets, and related packages into a cohesive structure for serving web pages.

The package is intended for page-oriented applications that need the common web stack wired together without forcing lower-level packages to lose their independence.

Requirements
------------

[](#requirements)

- PHP `^8.5`
- `comphp/runtime:^0.3`
- `comphp/http:^0.3`

Installation
------------

[](#installation)

Once this package is available through your Composer repositories, install it with:

```
composer require comphp/web
```

Usage
-----

[](#usage)

```
