vistart/yii2-models 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

vistart/yii2-models

最新稳定版本:2.0.0

Composer 安装命令:

composer require vistart/yii2-models

包简介

The Base Models for Yii 2 Applications

README 文档

README

The Models for Yii 2 Applications

Latest Stable Version License Reference Status Build Status Dependency Status Code Coverage Scrutinizer Quality Score Code Climate

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"vistart/yii2-models": "*"

to the require section of your composer.json file.

If you want to use Redis or MongoDB ActiveRecord, please add

"yiisoft/yii2-redis": "*"

or

"yiisoft/yii2-mongodb": "*"

to the require section of your composer.json file by yourself.

Usage

Once the extension is installed, simply use it in your code by :

use vistart\Models\models\BaseEntityModel;

class Example extends BaseEntityModel
{
...
}

further detailed usage seen in code file notes.

Contact Us

Join the chat at https://gitter.im/vistart/yii2-models

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

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

yii2-models

统计信息

  • 总下载量: 479
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 7
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-08-05