2017 © Pedro Peláez
 

yii2-extension yii2-models

The Base Models for Yii 2 Applications

image

vistart/yii2-models

The Base Models for Yii 2 Applications

  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Models for Yii 2

The Models for Yii 2 Applications, (*1)

Latest Stable Version License Reference Status Build Status Dependency Status Code Coverage Scrutinizer Quality Score Code Climate, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require --prefer-dist vistart/yii2-models "*"

or add, (*5)

"vistart/yii2-models": "*"

to the require section of your composer.json file., (*6)

If you want to use Redis or MongoDB ActiveRecord, please add, (*7)

"yiisoft/yii2-redis": "*"

or, (*8)

"yiisoft/yii2-mongodb": "*"

to the require section of your composer.json file by yourself., (*9)

Usage

Once the extension is installed, simply use it in your code by :, (*10)

use vistart\Models\models\BaseEntityModel;

class Example extends BaseEntityModel
{
...
}

further detailed usage seen in code file notes., (*11)

Contact Us

Join the chat at https://gitter.im/vistart/yii2-models, (*12)

If you have any problems or good ideas about yii2-models, please discuss there, or send an email to i@vistart.name. Thank you!, (*13)

If you want to send an email with your issues, please briefly introduce yourself first, for instance including your title and github homepage., (*14)

yii2-models, (*15)

The Versions

02/05 2016

dev-master

9999999-dev

The Base Models for Yii 2 Applications

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 model vistart

10/04 2016

2.0.0

2.0.0.0

The Base Models for Yii 2 Applications

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 model vistart

10/04 2016

2.0.x-dev

2.0.9999999.9999999-dev

The Base Models for Yii 2 Applications

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 model vistart

05/04 2016

2.0.0-rc2

2.0.0.0-RC2

The Base Models for Yii 2 Applications

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 model vistart

25/03 2016

2.0.0-rc1

2.0.0.0-RC1

The Base Models for Yii 2 Applications

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 model vistart

19/03 2016

2.0.0-beta2

2.0.0.0-beta2

The Base Models for Yii 2 Applications

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 model vistart

05/03 2016

2.0.0-beta1

2.0.0.0-beta1

The Base Models for Yii 2 Applications

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 model vistart

19/02 2016

2.0.0-alpha2

2.0.0.0-alpha2

The Base Models for Yii 2 Applications

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 model vistart

28/01 2016

2.0.0-alpha1

2.0.0.0-alpha1

The Base Models for Yii 2 Applications

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 model vistart

08/08 2015

1.0.0

1.0.0.0

The Models for Yii 2 Applications

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 model vistart