redooc / yii2-dev
Yii PHP Framework Version 2 - Development Package
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 6 886
Type:yii2-extension
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: 2025-03-01 18:45:49 UTC
README
Thank you for choosing Yii 2 - a modern PHP framework designed for professional Web development.
Yii 2 is a complete rewrite of its previous version Yii 1.1 which is one of the most popular PHP frameworks. Yii 2 inherits the main spirit behind Yii for being simple, fast and highly extensible. Yii 2 requires PHP 5.4 and embraces the best practices and protocols found in modern Web application development.
DIRECTORY STRUCTURE
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
REQUIREMENTS
The minimum requirement by Yii is that your Web server supports PHP 5.4.
DOCUMENTATION
Yii 2.0 has a Definitive Guide and a Class Reference which cover every detail of Yii.
There is also a PDF version of the Definitive Guide and a Definitive Guide Mirror which update every 15 minutes.
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.
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.
In order to make it easier we've prepared special yii2-dev
Composer package.