Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 621 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 621 Bytes

Yii2 entity

Build Status codecov

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist devgroup/yii2-entity "*"

or add

"devgroup/yii2-entity": "*"

to the require section of your composer.json file.

Usage