sibds/yii2-activerecord

Expanding ActiveRecord framework Yii2

Installs: 390

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 1

Open Issues: 0

Type:yii2-components

v0.4.6 2018-03-22 05:05 UTC

This package is not auto-updated.

Last update: 2024-03-16 13:48:15 UTC


README

Build Status Scrutinizer Code Quality Code Coverage Build Status

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.