sibds / yii2-activerecord
Expanding ActiveRecord framework Yii2
Installs: 463
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 1
Open Issues: 0
Type:yii2-components
Requires
- php: >=5.4.0
- creocoder/yii2-nested-sets: 0.9.*
- sibds/yii2-trash-behavior: ^0.4
- yiisoft/yii2: ^2.0
Requires (Dev)
- yiisoft/yii2-codeception: ~2.0
README
Expanding ActiveRecord framework Yii2
Roadmap
- Documentation
- Recording lock/unlock
- The clone function
duplicate()
- Support for "garbage"(soft delete) for removing records
- Timestamp and blameable behaviors
- UserDataBehavior (extend blameable behavior)
- Support NestedSetBehavior(creocoder/yii2-nested-sets)
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require sibds/yii2-activerecord
or add
"sibds/yii2-activerecord": "*"
to the require
section of your composer.json
file.