PHPackages                             demmonico/yii2-models - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. demmonico/yii2-models

ActiveYii2-extension[Framework](/categories/framework)

demmonico/yii2-models
=====================

Yii2 models library

v1.0.0(9y ago)03.4k↓33.3%11MITPHPPHP &gt;5.5.0

Since Aug 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/demmonico/yii2-models)[ Packagist](https://packagist.org/packages/demmonico/yii2-models)[ Docs](https://github.com/demmonico/yii2-models)[ RSS](/packages/demmonico-yii2-models/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (1)

\#Yii2 models library ##Description Yii2 models library which used in web-application development.

\##Composition ###ActiveRecord

ActiveRecord model overload parent `\yii\db\ActiveRecord`. This add features:

- sanitize rules (see )
- TimestampBehavior for autocomplete create and update date fields if they exists in any child model
- autocollect model saving errors at application logs.

\#####Usage:

```
class AnyModel extends \demmonico\models\ActiveRecord {...}
```

\###Model Model model overload parent `\yii\base\Model`. This add features:

- sanitize rules (see )
- perform ajax validation method (see ).

So sanitize rule can inherits by any form.

\#####Usage:

in model

```
class AnyForm extends \demmonico\models\Model {...}
```

in controller use ajax validation

```
if (!is_null($validate = $model->performAjaxValidation()))
            return $validate;
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3551d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cc04250a201bcb8f1e48f8d4551e4785a02e79f66f52449e70aa2435f2cdcba5?d=identicon)[demmonico](/maintainers/demmonico)

---

Top Contributors

[![demmonico](https://avatars.githubusercontent.com/u/10497315?v=4)](https://github.com/demmonico "demmonico (1 commits)")

---

Tags

modelyii2extensionyiicomponent

### Embed Badge

![Health badge](/badges/demmonico-yii2-models/health.svg)

```
[![Health](https://phpackages.com/badges/demmonico-yii2-models/health.svg)](https://phpackages.com/packages/demmonico-yii2-models)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
