An open API service indexing awesome lists of open source software.

https://github.com/ignatenkovnikita/yii2-raw-request


https://github.com/ignatenkovnikita/yii2-raw-request

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Raw Request
============
Сatch raw requests for analysis

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

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

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 :

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