Skip to content
/ web Public

Provides enhanced components for the web request processing

License

Notifications You must be signed in to change notification settings

yii1tech/web

Repository files navigation

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-file.

Latest Stable Version Total Downloads Build Status

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"yii1tech/web": "*"

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

Usage

This extension provides the enhanced components for the web request processing in Yii1 application. Application configuration example:

<?php

return [
    'components' => [
        'request' => [
            'class' => yii1tech\web\HttpRequest::class,
        ],
    ],
    // ...
];

About

Provides enhanced components for the web request processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages