Yii2 Bootstrap 3
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Paul Klimov cbfa7e6129 "yii\sphinx\Command" and "yii\sphinx\QueryBuilder" extracted. 11 years ago
apps updated apps to use the mail component. 11 years ago
build Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis. 11 years ago
docs Refactored View 11 years ago
extensions "yii\sphinx\Command" and "yii\sphinx\QueryBuilder" extracted. 11 years ago
framework Merge branch 'master' of github.com:yiisoft/yii2 11 years ago
tests "yii\sphinx\Command" and "yii\sphinx\QueryBuilder" extracted. 11 years ago
.coveralls.yml Travis-ci and phpunit config for coveralls 11 years ago
.gitattributes Forcedly set file type by extension. 11 years ago
.gitignore added phpunit.xml to .gitignore 11 years ago
.travis.yml Merge branch 'master' of github.com:yiisoft/yii2 into sphinx 11 years ago
LICENSE.md updated license information. 11 years ago
README.md Updated docs, composer.json and other things to mention and use PHP 5.4 11 years ago
phpunit.xml.dist Fixes #823: consistent interface naming 11 years ago

README.md

Yii 2.0 Public Preview

Thank you for choosing Yii - a high-performance component-based PHP framework.

If you are looking for a production-ready PHP framework, please use Yii v1.1.

Yii 2.0 is still under heavy development. We may make significant changes without prior notices. Yii 2.0 is not ready for production use yet.

Latest Stable Version Total Downloads Build Status Dependency Status

DIRECTORY STRUCTURE

  apps/                ready-to-use Web apps built on Yii 2
      advanced/        advanced app template with complex features
      basic/           a simple app supporting user login and contact page
      benchmark/       app demonstrating the minimal overhead introduced by the framework
  build/               internally used build tools
  docs/                documentation
  extensions/          extensions 
  framework/           framework files
      yii/             framework source files
  tests/               tests of the core framework code

REQUIREMENTS

The minimum requirement by Yii is that your Web server supports PHP 5.4.

DOCUMENTATION

For 1.1 users, you may refer to Upgrading from Yii 1.1 to have a general idea of what has changed in 2.0.

Definitive Guide draft is available. It's not complete yet but main parts are already OK.

HOW TO PARTICIPATE

Your participation to Yii 2 development is very welcome!

You may participate in the following ways:

  • Report issues
  • Give us feedback or start a design discussion
  • Fix issues, develop features, write/polish documentation
    • Before you start, please adopt an existing issue (labelled with "ready for adoption") or start a new one to avoid duplicated efforts.
    • Please submit a merge request after you finish development.