[extension] yiisoft/yii2-jui
JUI Extension for Yii 2 Installation Usage This is the JQuery UI extension for Yii framework 2.0. It encapsulates JQuery UI widgets as Yii widgets, and makes using JQuery UI widgets in Yii...
View Article[extension] yiisoft/yii2-mongodb
MongoDB Extension for Yii 2 Installation Configuration This extension provides the MongoDB integration for the Yii framework 2.0. For license information check the LICENSE-file. Documentation is at...
View Article[extension] yiisoft/yii2-redis
Redis Cache, Session and ActiveRecord for Yii 2 Requirements Installation Configuration This extension provides the redis key-value store support for the Yii framework 2.0. It includes a Cache and...
View Article[extension] yiisoft/yii2-shell
Interactive Shell Extension for Yii 2 Installation Usage Screenshot This extension provides an interactive shell for Yii framework 2.0 based on psysh. For license information check the LICENSE-file....
View Article[extension] yiisoft/yii2-smarty
Smarty Extension for Yii 2 Installation Usage This extension provides a ViewRender that would allow you to use Smarty view template engine with Yii framework 2.0. For license information check the...
View Article[extension] yiisoft/yii2-sphinx
Sphinx Extension for Yii 2 Requirements Installation Configuration This extension adds Sphinx full text search engine extension for the Yii framework 2.0. It supports all Sphinx features including...
View Article[extension] yiisoft/yii2-swiftmailer
SwiftMailer Extension for Yii 2 Installation Usage This extension provides a SwiftMailer mail solution for Yii framework 2.0. For license information check the LICENSE-file. Installation ¶The...
View Article[extension] yiisoft/yii2-twig
Twig Extension for Yii 2 Installation Usage Requirements This extension provides a ViewRender that would allow you to use Twig view template engine with Yii framework 2.0. For license information...
View Article[extension] yiisoft/yii2-app-basic
Yii 2 Basic Project Template DIRECTORY STRUCTURE REQUIREMENTS INSTALLATION CONFIGURATION TESTING Yii 2 Basic Project Template is a skeleton Yii 2 application best for rapidly creating small projects....
View Article[extension] yiisoft/yii2-app-advanced
Yii 2 Advanced Project Template Yii 2 Advanced Project Template is a skeleton Yii 2 application best for developing complex Web applications with multiple tiers. The template includes three tiers:...
View Article[extension] diecoding/yii2-components
Yii2 Components ¶Components for Yii 2 Installation ¶The preferred way to install this extension is through composer. Either run composer require --prefer-dist diecoding/yii2-components "*" or add...
View Article[extension] inquid/yii2-shopify
Yii2 Shopify Cart ¶ Installation Usage Add shopify functionalities to your Yii2 project like buy buttons and cart visualization Installation ¶The preferred way to install this extension is through...
View Article[extension] inquid/yii2-spotify
yii2 Inquid Spotify ¶ Installation Usage Example SUPPORT spotify utilities for yii2 framework Installation ¶The preferred way to install this extension is through composer. Either run php...
View Article[news] Yii 2 MongoDB extension 2.1.7 released
We are very pleased to announce the release of MongoDB extension version 2.1.7 that fixes Yii 2.0.14+ incompatibility and enhances Session component error reporting.
View Article[extension] lubosdz/yii2-captcha-extended
Yii2 Captcha Extended ¶Yii2 Captcha Extended is an extension written for Yii2 framework. It enhances original captcha code delivered along with the framework - see DEMO. Version for Yii 1.x is...
View Article[extension] zhuravljov/yii2-calc-validator
Yii2 Calc Validator ¶ Installation Usage Math expression validator without using eval() for Yii2. Installation ¶The preferred way to install this extension is through composer. Either run $ composer...
View Article[extension] zhuravljov/yii2-datetime-widgets
Datetime widgets for Yii2 ¶ Installation DatePicker DateTimePicker DateRangePicker Installation ¶The preferred way to install this extension is through composer. Add "zhuravljov/yii2-datetime-widgets"...
View Article[extension] zhuravljov/yii2-rest
Yii2 REST Client ¶ What is this? Installation Usage What is this? ¶ Installation ¶The preferred way to install this extension is through composer. Add "zhuravljov/yii2-rest": "*",...
View Article[extension] zhuravljov/yii2-logreader
Yii2 Log Reader ¶ Installation Usage Installation ¶The preferred way to install this extension is through composer. Either run php composer.phar require --prefer-dist zhuravljov/yii2-logreader "*" or...
View Article[wiki] How to login from different tables in Yii2
The Problem: Yii2 utilizes by default UserIdentity configured in config/web.php for connection, this object appy one table to authentication ('identityClass' => 'app\painel\models\User'). How to...
View Article