redooc / yii2-dev
Yii PHP 框架版本 2 - 开发包
2.0.3.1
2015-03-18 16:24 UTC
Requires
- php: >=5.4.0
- ext-mbstring: *
- lib-pcre: *
- bower-asset/bootstrap: 3.3.* | 3.2.* | 3.1.*
- bower-asset/jquery: 2.1.*@stable | 1.11.*@stable
- bower-asset/jquery-ui: 1.11.*@stable
- bower-asset/jquery.inputmask: 3.1.*
- bower-asset/punycode: 1.3.*
- bower-asset/typeahead.js: 0.10.*
- bower-asset/yii2-pjax: 2.0.*
- cebe/markdown: ~1.0.0 | ~1.1.0
- ezyang/htmlpurifier: 4.6.*
- yiisoft/yii2-composer: *
Requires (Dev)
- cebe/indent: *
- fzaninotto/faker: *
- imagine/imagine: 0.5.*
- phpunit/phpunit: 3.7.*
- smarty/smarty: ~3.1
- swiftmailer/swiftmailer: *
- twig/twig: *
Suggests
- ext-curl: required by yii2-elasticsearch extension
- ext-mongo: required by yii2-mongo extension
- ext-pdo: required by yii2-sphinx extension
- ext-pdo_mysql: required by yii2-sphinx extension
- fzaninotto/faker: required by yii2-faker extension
- imagine/imagine: required by yii2-imagine extension
- phpdocumentor/reflection: required by yii2-apidoc extension
- phpspec/php-diff: required by yii2-gii extension
- smarty/smarty: required by yii2-smarty extension
- swiftmailer/swiftmailer: required by yii2-swiftmailer extension
- twig/twig: required by yii2-twig extension
- yiisoft/yii2-coding-standards: you can use this package to check for code style issues when contributing to yii
Replaces
- yiisoft/yii2: 2.0.3.1
- yiisoft/yii2-apidoc: 2.0.3.1
- yiisoft/yii2-authclient: 2.0.3.1
- yiisoft/yii2-bootstrap: 2.0.3.1
- yiisoft/yii2-codeception: 2.0.3.1
- yiisoft/yii2-debug: 2.0.3.1
- yiisoft/yii2-elasticsearch: 2.0.3.1
- yiisoft/yii2-faker: 2.0.3.1
- yiisoft/yii2-gii: 2.0.3.1
- yiisoft/yii2-imagine: 2.0.3.1
- yiisoft/yii2-jui: 2.0.3.1
- yiisoft/yii2-mongodb: 2.0.3.1
- yiisoft/yii2-redis: 2.0.3.1
- yiisoft/yii2-smarty: 2.0.3.1
- yiisoft/yii2-sphinx: 2.0.3.1
- yiisoft/yii2-swiftmailer: 2.0.3.1
- yiisoft/yii2-twig: 2.0.3.1
- 2.1.x-dev
- dev-master / 2.0.x-dev
- 2.0.3.1
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-rc
- 2.0.0-beta
- 2.0.0-alpha
- dev-99999-rbac-add-index-on-userid
- dev-dev
- dev-6871-urlmanager-hostinfo-and-defaults
- dev-fix-6545
- dev-enhance-label-default
- dev-elasticsearch-migration
- dev-join-with-alias
- dev-verb-filter
- dev-improve-exceptions
This package is not auto-updated.
Last update: 2024-09-28 16:39:32 UTC
README
感谢您选择 Yii 2 - 一个专为专业 Web 开发设计的现代 PHP 框架。
Yii 2 是之前版本 Yii 1.1 的完整重写,Yii 1.1 是最受欢迎的 PHP 框架之一。Yii 2 继承了 Yii 的主要精神,即简单、快速和高度可扩展。Yii 2 需要 PHP 5.4,并采用现代 Web 应用程序开发中的最佳实践和协议。
目录结构
apps/ ready-to-use application templates
advanced/ a template suitable for building sophisticated Web applications
basic/ a template suitable for building simple Web applications
benchmark/ an application demonstrating the performance of Yii
build/ internally used build tools
docs/ documentation
extensions/ extensions
framework/ core framework code
tests/ tests of the core framework code
需求
Yii 的最低要求是您的 Web 服务器支持 PHP 5.4。
文档
Yii 2.0 有一个官方指南和一个类参考,涵盖了 Yii 的所有细节。
还有一个PDF 版本的官方指南和官方指南镜像,每15分钟更新一次。
对于 1.1 版本的用户,您可以参考从 Yii 1.1 升级,以了解 2.0 版本中发生了哪些变化。
如何参与
非常欢迎您参与 Yii 2 的开发!
您可以通过以下方式参与:
- 报告问题
- 给我们反馈或开始设计讨论
- 修复问题、开发功能、编写/润色文档
- 在您开始之前,请采用现有的问题(标记为“ready for adoption”)或开始一个新问题,以避免重复努力。
- 开发完成后,请提交合并请求。
为了使参与更加容易,我们已经准备了一个特殊的yii2-dev Composer 包。