PHPackages                             yii1tech/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. [HTTP &amp; Networking](/categories/http)
4. /
5. yii1tech/web

ActiveLibrary[HTTP &amp; Networking](/categories/http)

yii1tech/web
============

Provides the enhanced components for the web request processing in Yii1 application

1.0.0(1y ago)33.3k↑32.1%BSD-3-ClausePHPPHP &gt;=7.2

Since Jul 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/yii1tech/web)[ Packagist](https://packagist.org/packages/yii1tech/web)[ GitHub Sponsors](https://github.com/klimov-paul)[ Patreon](https://www.patreon.com/klimov_paul)[ RSS](/packages/yii1tech-web/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

 [ ![](https://avatars.githubusercontent.com/u/134691944) ](https://github.com/yii1tech)

The Enhanced Web Components Extension for Yii 1
===============================================

[](#the-enhanced-web-components-extension-for-yii-1)

This extension provides the enhanced components for the web request processing in Yii1 application.

For license information check the [LICENSE](LICENSE.md)-file.

[![Latest Stable Version](https://camo.githubusercontent.com/80881a4d36d9241efa44f25ad1d26b0cbb93717bb54c7ea585d91f1f7e9b0369/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f79696931746563682f7765622e737667)](https://packagist.org/packages/yii1tech/web)[![Total Downloads](https://camo.githubusercontent.com/4412a16c4d925a54340c0fca1e890eccc328df273340e1133255bee285ede93a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f79696931746563682f7765622e737667)](https://packagist.org/packages/yii1tech/web)[![Build Status](https://github.com/yii1tech/web/workflows/build/badge.svg)](https://github.com/yii1tech/web/actions)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist yii1tech/web

```

or add

```
"yii1tech/web": "*"
```

to the "require" section of your composer.json.

Usage
-----

[](#usage)

This extension provides the enhanced components for the web request processing in Yii1 application.

In particular, it allows correct and secure processing of the "forwarded" HTTP headers, which is crucial for distributed application with load balancer.

Application configuration example:

```
