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
- Host: GitHub
- URL: https://github.com/dmstr/yii2-web
- Owner: dmstr
- Created: 2016-01-20T13:57:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T07:12:15.000Z (over 2 years ago)
- Last Synced: 2025-05-07T09:53:09.919Z (about 1 year ago)
- Language: PHP
- Homepage: http://www.dmstr.io
- Size: 29.3 KB
- Stars: 4
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Web
====================
[](https://packagist.org/packages/dmstr/yii2-web)
[](https://packagist.org/packages/dmstr/yii2-web)
[](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.