https://github.com/ignatenkovnikita/yii2-raw-request
https://github.com/ignatenkovnikita/yii2-raw-request
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ignatenkovnikita/yii2-raw-request
- Owner: ignatenkovnikita
- Created: 2018-04-18T14:48:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T09:59:01.000Z (about 7 years ago)
- Last Synced: 2025-02-03T13:31:32.706Z (4 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Raw Request
============
Сatch raw requests for analysisInstallation
------------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(); ?>```