Yii2 framework backup
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.
 
 
 
 
 
Alexander Makarov 17186b24c1
Fixed test
7 years ago
.github Wrong repo [skip ci] 8 years ago
build hashing at `PhpDocController` improved 7 years ago
contrib/completion Fixes #15135: Automatic completion for help in bash and zsh 7 years ago
cs Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
docs Added example for yii\validators\Validator::addError() [skip ci] (#15197) 7 years ago
framework Fixes #15355: Additional test and fix 7 years ago
tests Fixed test 7 years ago
.codeclimate.yml Code Climate PHPMD settings (#13139) 8 years ago
.dockerignore updated build 8 years ago
.editorconfig Handled special .editorconfig case for markdown 9 years ago
.eslintignore Add codeclimate config (#12452) 8 years ago
.eslintrc Add codeclimate config (#12452) 8 years ago
.gitattributes Removed duplicate line from .gitattributes [skip ci] 7 years ago
.gitignore updated build 8 years ago
.gitlab-ci.yml lowered default version for PgSQL to match TravisCI (#15255) 7 years ago
.php_cs Added configuration for headers in PHP files generated by `message/extract` command (#14417) 7 years ago
.scrutinizer.yml Typo in word 10 years ago
.travis.yml Fixes for PHP 7.2 compatibility (#14959) 7 years ago
Dockerfile Updated base-image for dockerized tests, examples, GitLab config (#15181) 7 years ago
LICENSE.md updated license information. 11 years ago
README.md Fixes #15289: added link to communities list to readme [skip ci] 7 years ago
code-of-conduct.md Update code-of-conduct.md 8 years ago
composer.json Allowed jQuery 3.2 in composer.json 7 years ago
composer.lock update composer.lock 7 years ago
package.json Disable timeout completely for JS tests (#13557) 8 years ago
phpunit.xml.dist Fixes for PHP 7.2 compatibility (#14959) 7 years ago

README.md

Yii Framework

Yii 2 is a modern framework designed to be a solid foundation for your PHP application.

It is fast, secure and efficient and works right out of the box pre-configured with reasonable defaults. The framework is easy to adjust to meet your needs, because Yii has been designed to be flexible.

Latest Stable Version Total Downloads Build Status Code Coverage Scrutinizer Quality Score Code Climate

Installation

  • The minimum required PHP version of Yii is PHP 5.4.
  • It works best with PHP 7.
  • Follow the Definitive Guide in order to get step by step instructions.

Documentation

Community

Contributing

The framework is Open Source powered by an excellent community.

You may join us and:

Reporting Security issues

Please refer to a special page at the website describing proper workflow for security issue reports.

Directory Structure

build/               internally used build tools
docs/                documentation
framework/           core framework code
tests/               tests of the core framework code

Spreading the Word

Acknowledging or citing Yii 2 is as important as direct contributions.

In presentations

If you are giving a presentation or talk featuring work that makes use of Yii 2 and would like to acknowledge it, we suggest using our logo on your title slide.

In projects

If you are using Yii 2 as part of an OpenSource project, a way to acknowledge it is to use a special badge in your README:

Yii2

If your code is hosted at GitHub, you can place the following in your README.md file to get the badge:

[![Yii2](https://img.shields.io/badge/Powered_by-Yii_Framework-green.svg?style=flat)](http://www.yiiframework.com/)