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

https://github.com/dmstr/yii2-web

Yii2 Framework web closures, traits and helpers
https://github.com/dmstr/yii2-web

Last synced: 3 months ago
JSON representation

Yii2 Framework web closures, traits and helpers

Awesome Lists containing this project

README

          

Yii2 Web
====================

[![Latest Stable Version](https://poser.pugx.org/dmstr/yii2-web/v/stable.svg)](https://packagist.org/packages/dmstr/yii2-web)
[![Total Downloads](https://poser.pugx.org/dmstr/yii2-web/downloads.svg)](https://packagist.org/packages/dmstr/yii2-web)
[![License](https://poser.pugx.org/dmstr/yii2-web/license.svg)](https://packagist.org/packages/dmstr/yii2-web)

Yii2 Framework web closures, traits and helpers

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

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

Either run

```
composer require --prefer-dist dmstr/yii2-web:dev-master
```

or add

```
"dmstr/yii2-web": "dev-master"
```

to the require section of your `composer.json` file.

Content
-------

... to be added.