Since version 3.0 Yii is divided into several packages following these agreements:
- Yii Framework and Extensions:
- depend on Yii (
yii-core) - named
yiisoft/yii-somethingor more specific:yii-type-somethinge.g.:- application bases:
yii-base-web,yii-base-api - modules:
yii-module-users,yii-module-pages - themes:
yii-theme-adminlte,yii-theme-hyde - widgets:
yii-widget-datepicker - and so on
- application bases:
- titled as "Yii Framework ... Extension"
- depend on Yii (
- Yii Libraries:
- do not depend on Yii (
yii-core) - can be used outside of Yii Framework
- named as
yiisoft/somethingwithout yii-prefix - titled as "Yii ... Library" or "Yii ... Helper"
- do not depend on Yii (
For all Yii packages GitHub repository name exactly matches Packagist package name.
| Package | Title | Status |
|---|---|---|
| yiisoft/yii-core | Yii Framework Core | |
| yiisoft/yii-console | Yii Framework Console Extension | |
| yiisoft/yii-web | Yii Framework Web Extension | |
| yiisoft/yii-rest | Yii Framework REST Extension |
| Package | Title | Status |
|---|---|---|
| yiisoft/yii-project-template | Yii Framework Project Template | |
| yiisoft/yii-base-web | Yii Framework Web Application Base | |
| yiisoft/yii-base-api | Yii Framework API Application Base | |
| yiisoft/yii-base-cli | Yii Framework CLI Application Base |
| Package | Title | Status |
|---|---|---|
| yiisoft/yii-bootstrap3 | Yii Framework Bootstrap3 Extension | |
| yiisoft/yii-bootstrap4 | Yii Framework Bootstrap4 Extension | |
| yiisoft/yii-dataview | Yii Framework Data Displaying Extension | |
| yiisoft/yii-masked-input | Yii Framework Masked Input Widget Extension |
| Package | Title | Status |
|---|---|---|
| yiisoft/yii-debug | Yii Framework Debug Panel Extension | |
| yiisoft/yii-gii | Yii Framework Code Generator Extension | |
| yiisoft/yii-dev | Yii framework contributor toolset |
| Package | Title | Status |
|---|---|---|
| yiisoft/yii-jquery | Yii Framework jQuery Extension | |
| yiisoft/yii-captcha | Yii Framework CAPTCHA Extension | |
| yiisoft/yii-queue | Yii Framework Queue Extension | |
| yiisoft/yii-swiftmailer | Yii Framework Swift Mailer Extension | |
| yiisoft/yii-twig | Yii Framework Twig Extension | |
| yiisoft/yii-http-client | Yii Framework HTTP client extension | |
| yiisoft/yii-auth-client | Yii Framework External Authentication Extension |
| Package | Title | Description | Status |
|---|---|---|---|
| yiisoft/log | Yii Logging Library | PSR-3 compatible logger | |
| yiisoft/log-target-db | Yii Logging Library - DB Target | Database target for logs | |
| yiisoft/log-target-email | Yii Logging Library - Email Target | Email target for logs | |
| yiisoft/log-target-file | Yii Logging Library - File Target | File target for logs | |
| yiisoft/log-target-syslog | Yii Logging Library - Syslog Target | Syslog target for logs |
| Package | Title | Description | Status |
|---|---|---|---|
| yiisoft/cache | Yii Caching Library | PSR-16 compatible cache |
| Package | Title | Description | Status |
|---|---|---|---|
| yiisoft/event-dispatcher | Yii Event Dispatcher Library | PSR-14 compatible event dispatcher |
| Package | Title | Description | Status |
|---|---|---|---|
| yiisoft/arrays | Yii Array Helper | ||
| yiisoft/strings | Yii String Helper | ||
| yiisoft/var-dumper | Yii VarDumper Helper |
| Package | Title | Description | Status |
|---|---|---|---|
| yiisoft/mutex | Yii Mutex Library | Framework-independent mutex lock implementation | |
| yiisoft/mutex-db-mysql | Yii Mutex Library - MySQL DB Driver | MySQL driver for mutex operations | |
| yiisoft/mutex-db-oracle | Yii Mutex Library - Oracle DB Driver | Oracle driver for mutex operations | |
| yiisoft/mutex-db-pgsql | Yii Mutex Library - Postgres DB Driver | Postgres driver for mutex operations | |
| yiisoft/mutex-db-redis | Yii Mutex Library - Redis DB Driver | Redis driver for mutex operations | |
| yiisoft/mutex-file | Yii Mutex Library - File Driver | File driver for mutex operations |
| Package | Title | Description | Status |
|---|---|---|---|
| yiisoft/router | Yii Router | PSR-7 compatible request routing and middleware | |
| yiisoft/router-fastroute | Yii Router - FastRoute adapter | FastRoute adapter for Yii Router |
| Package | Title | Description | Status |
|---|---|---|---|
| yiisoft/rbac | Yii Role-Based Access Control Library |
| Package | Title | Description | Status |
|---|---|---|---|
| yiisoft/di | Yii Dependency Injection Library | PSR-11 compatible DI container and injector | |
| yiisoft/injector | Yii Injector Library | PSR-11 compatible injector | |
| yiisoft/db | Yii Database Abstraction Library | ||
| yiisoft/active-record | Yii Active Record Library | ||
| yiisoft/view | Yii View Rendering Library |
| Package | Description | Status |
|---|---|---|
| yiisoft/db-mysql | MySQL support for Yii | |
| yiisoft/db-mssql | MSSQL support for Yii | |
| yiisoft/db-pgsql | PostgreSQL support for Yii | |
| yiisoft/db-sqlite | SQLite support for Yii | |
| yiisoft/db-oracle | Oracle Database support for Yii |
| Package | Title | Description | Status |
|---|---|---|---|
| yiisoft/db-sphinx | Yii Framework Sphinx Extension | ||
| yiisoft/db-redis | Yii Framework Redis Extension | Cache, Session and ActiveRecord | |
| yiisoft/db-mongodb | Yii Framework MongoDB Extension | ||
| yiisoft/db-elasticsearch | Yii Framework ElasticSearch Extension | Query and ActiveRecord |