[extension] bestyii/yii2-encrypter
YII2 Encrypter ¶ 安装 如何使用 兼容 mcrypt_encrypt及 openssl_encrypt 安装 ¶The preferred way to install this extension is through composer. Either run php composer.phar require --prefer-dist...
View Article[wiki] Batch Gridview data ajax send splitted in chunks displaying bootstrap...
The scenario in which this wiki can be useful is when you have to send an (huge) array of model ids and perform a time consuming computation with it like linking every model to other models. The idea...
View Article[news] Yii Profiler 2.0.0
Major version of Yii Profiler package was released. In this version we have raised the minimum version of PHP to 8.0. As a result, the dependencies have also been updated.
View Article[news] Auth Client extension 2.2.13 released
We are very pleased to announce the release of Auth Client extension version 2.2.13. This version fixes PHP 8.1 compatibility of BaseOAuth class. See the CHANGELOG for details.
View Article[news] Debug extension 2.1.20 released
Debug extension version 2.1.20 was released. This release fixes crash on empty panel data, improves configuration of log target and allows using debugger as a submodule. See the CHANGELOG for details.
View Article[news] Gii extension 2.2.5 released
We are very pleased to announce the release of Gii extension version 2.2.5. This release adds support for the ::class constant in model generator via the useClassConstant setting and fixes a few bugs....
View Article[news] Imagine extension version 2.3.1 released
Imagine extension version 2.3.1 was released. This version makes protected static methods getThumbnailBox(), getBox() and isUpscaling() public. See CHANGELOG for details.
View Article[news] Redis extension 2.0.18 released
We are very pleased to announce the release of Redis extension version 2.0.18. This version adds support for tls scheme. Additionally, Cache::getValue() now returns false in case of missing key. See...
View Article[news] Shell extension 2.0.5 released
We are very pleased to announce the release of Shell extension version 2.0.5. This version allows installing psy/psysh ~0.11.
View Article[news] Twig extension 2.4.2 released
We are very pleased to announce two releases of Twig extension. Version 2.4.2 allows installing the extension when using PHP 8.1.
View Article[news] Symfony mailer extension 2.0.4 released
We are very pleased to announce the release of Symfony mailer extension version 2.0.4. This version throws an exception in case there is no transport configuration. Details are available in CHANGELOG.
View Article[news] MongoDB extension 3.0.0 released
We are very pleased to announce the major release of MongoDB extension version 3.0.0. This version adds transactions support, PHP 8.1 compatibility and fixes a few bugs. See the CHANGELOG for details.
View Article[news] Debug extension 2.1.21 released
Debug extension version 2.1.21 was released. This release adds an ability to collect debug data in console applications. In order to do so, add the following to console application config: //...
View Article[news] Yii Middleware Dispatcher 3.0.0
Major version of Yii Middleware Dispatcher package was released. This version introduces a new WrapperInterface which is used to create a wrapper from callables. And MiddlewareFactoryInterface has been...
View Article[news] Yii Router 1.2.0
Version 1.2.0 of Yii Router package was tagged. This version upgrades the yiisoft/middleware-dispatcher dependency to 3.0.
View Article[news] Translator 1.1.0
Translator package got minor version that includes enhanced version of SimpleMessageFormatter from now deprecated yiisoft/translator-formatter-simple. This enhanced vesion is able to render plurals for...
View Article[extension] softark/yii2-cropper-bs5
yii2-cropper-bs5 ¶ Features Difference from bilginnet/yii2-cropper Installation Usage Yii2 Image Cropper Input Widget for bootstrap 5 Features ¶This is a wrapper of fengyuanchen/Cropper.js. It provides...
View Article[extension] bestyii/yii2-psr16cache
PSR-16 Cache for Yii2 ¶ Installation Testing Usage Credits License This package provides simple mechanism base PSR-16 Simple Cache for Yii2. Installation ¶To install, use composer: composer require...
View Article[extension] yiisoft/yii2-symfonymailer
Yii Mailer Library - Symfony Mailer Extension Installation Usage Migrating from yiisoft/yii2-swiftmailer This extension provides a Symfony Mailer mail solution for Yii framework 2.0. For license...
View Article[wiki] Aadhar Number Validator
In India have Aadhar number an we may need to valid it a input. So I created a validator for yii2 use yii\validators\Validator; class TAadharNumberValidator extends Validator { public $regExPattern =...
View Article