ignatenkovnikita/yii2-raw-request

Сatch raw requests for analysis

dev-master 2018-04-20 09:58 UTC

This package is auto-updated.

Last update: 2024-04-29 04:08:53 UTC


README

Сatch raw requests for analysis

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist ignatenkovnikita/yii2-raw-request "*"

or add

"ignatenkovnikita/yii2-raw-request": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \ignatenkovnikita\request\AutoloadExample::widget(); ?>```