Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 614 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 614 Bytes

Model Extension for Yii 2

This extension provides advanced Model integration for the Yii framework 2.0.

For license information check the LICENSE-file.

Documentation is at docs/guide/README.md.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist undefinedstudio/yii2-model

or add

"undefinedstudio/yii2-model": "~2.0.0"

to the require section of your composer.json.