[news] Redis extension 2.0.17 released
We are very pleased to announce the release of Redis extension version 2.0.17. This version fixes error handling during re-connection and adds protected function sendRawCommand() that one may override...
View Article[news] ApiDoc extension version 3.0.0 released
We are very pleased to announce the release of the ApiDoc extension version 3.0.0. This major version fixes a number of bugs and does enhancements. Among the changes, it adds PHP 8 support. Minimum...
View Article[news] Access 1.1.0
yiisoft/access package got minor version release. This version adds simple DenyAll and AllowAll access checkers that correspondingly deny or allow access to everything.
View Article[news] Yii Swagger 1.1.0
Yii Swagger 1.1.0 Yii Swagger intergration package was updated to version 1.1.0. In this version an ability to configure Yii\Swagger\Middleware\SwaggerJson via config/params.php was added: //......
View Article[news] Yii Runner 1.0.0 and adapters
First release of Yii Runner was tagged. A runner hides application initialization details making configuration process easier. For example, instead of complicated initialization, the following is...
View Article[extension] denisok94/helper
Helper Class include Использование Yii2 Класс с набором полезных функций, по мнению автора. Не претендует на идеальность и единственное верное решение. A class with a set of useful functions,...
View Article[extension] aayushmhu/yii2-htmltocsv
htmltocsv ¶To Install This Plugin Run THis Command into your terminal "composer require aayushmhu/yii2-htmltocsv dev-master" To Use This Extension You Just Need to Write This For Example: use...
View Article[extension] aayushmhu/yii2-popupbutton
popupbutton ¶To Install This Plugin Run "composer require aayushmhu/yii2-popupbutton dev-main" For Use This Plugin You Need to Write tHis Code For Example // IN View // For Popup Add Modal...
View Article[news] RoadRunner adapter for Yii Runner 1.0.0
First release of RoadRunner adapter for Yii Runner was tagged. Despite popular belief, PHP application doesn't have to die and re-initilize every request and, thanks to RoadRunner Yii3 application...
View Article[news] View 5.0.0
Version 5.0.0 of View package is released. There a few bugs fixed, some additions and a few backwards incompatible changes: New and adjusted methods in ViewInterface. Some methods became mutating...
View Article[news] Symfony mailer extension 2.0.2 released
We are very pleased to announce the release of Symfony mailer extension version 2.0.2. This version fixes a number of bugs found since first release. Details are available in CHANGELOG.
View Article[news] ApiDoc extension version 3.0.1 released
We are very pleased to announce the release of the ApiDoc extension version 3.0.1. This major version fixes an error preventing docs generation in an edge case. See the CHANGELOG for a full list of...
View Article[news] Yii Swagger 1.2.0
Yii Swagger intergration package was updated to version 1.2.0. In this version we have added an ability to configure OpenApi\Annotations\OpenAPI generation via Yiisoft\Swagger\Service\SwaggerService in...
View Article[news] Symfony mailer extension 2.0.3 released
We are very pleased to announce the release of Symfony mailer extension version 2.0.3. This version removed "final" modifier from Mailer and Message classes. While finalizing classes has its benefits,...
View Article[news] Yii 2.0.45
We are very pleased to announce the release of Yii Framework version 2.0.45. Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version. This...
View Article[extension] zhuzixian520/yii2-meilisearch
MeiliSearch Extension For Yii2 Framework English | 简体中文 | 繁體中文 Installation Usage Contact Us Sponsorship and donation: English | 简体中文 | 繁體中文 ¶This extension provides the MeiliSearch integration for...
View Article[news] ApiDoc extension version 3.0.2 released
We are very pleased to announce the release of the ApiDoc extension version 3.0.2. This patch version fixes an error preventing docs generation in an edge case. See the CHANGELOG for a full list of...
View Article[extension] eluhr/yii2-password-input
Yii2 Password Input ¶Installation ¶composer require eluhr/yii2-password-input Example usage ¶<?php use yii\helpers\Html; use yii\widgets\ActiveForm; $form = ActiveForm::begin(); echo...
View Article[extension] eluhr/yii2-aceeditor
Yii2 Ace Editor Widget ¶Installation ¶composer require eluhr/yii2-aceeditor Usuage ¶without a model `php <?= AceEditor::widget([ 'name' => 'editor' ]); ?> ` with a model <?=...
View Article