Explore Core Yii 2 Extensions
masterYii provides several core extensions maintained by the Yii developer team. These extensions add specialized functionality such as database support (MongoDB, Redis, Elasticsearch, Sphinx), template engines (Twig, Smarty), and developer tools (Gii, Debug, Shell).
Official Extensions for Yii 2.0
yiisoft/yii2-apidoc: API documentation generator.yiisoft/yii2-authclient: OAuth2 clients (Facebook, GitHub, etc.).yiisoft/yii2-bootstrap: Bootstrap component widgets.yiisoft/yii2-debug: Debugging toolbar and standalone debug pages.yiisoft/yii2-elasticsearch: Elasticsearch support and Active Record implementation.yiisoft/yii2-faker: Fake data generation using Faker.yiisoft/yii2-gii: Web-based code generator for models, forms, CRUD, etc.yiisoft/yii2-httpclient: HTTP client.yiisoft/yii2-imagine: Image manipulation via Imagine.yiisoft/yii2-jui: jQuery UI widget encapsulation.yiisoft/yii2-mongodb: MongoDB support including Active Record and migrations.yiisoft/yii2-queue: Asynchronous task queues (DB, Redis, RabbitMQ, AMQP, Beanstalk, Gearman).yiisoft/yii2-redis: Redis support including Active Record and caching.yiisoft/yii2-shell: Interactive shell based on psysh.yiisoft/yii2-smarty: Smarty template engine.yiisoft/yii2-sphinx: Sphinx search support and Active Record.yiisoft/yii2-symfonymailer: Email sending via Symfony Mailer.yiisoft/yii2-twig: Twig template engine.
Extensions for Yii 2.1+
The following are included in the Yii 2.0 core and do not need separate installation for 2.0 users, but are available as extensions for 2.1+:
yiisoft/yii2-captcha: CAPTCHA support.yiisoft/yii2-jquery: jQuery support.yiisoft/yii2-maskedinput: jQuery Input Mask plugin widgets.yiisoft/yii2-mssql: MSSQL support.yiisoft/yii2-oracle: Oracle support.yiisoft/yii2-rest: REST API support.