[news] Yii Definitons 3.3
Yii Definitions package was updated with the following enhancements and fixes: allowed multiple method call in array definition; fixed crash when intersection types are used.
View Article[news] Yii Router FastRoute 3.1
Minor verison of Yii Router FastRoute package was released. added optional default host and scheme to UrlGenerator; added support for psr/http-message version ^2.0.
View Article[extension] asminog/yii2-proxy
HTTP Proxy Extension for Yii 2 Installation Usage This is a simple proxy for Yii2 framework. This extension provides the HTTP proxy action for the Yii framework 2.0. For license information check the...
View Article[news] Yii Hydrator 1.2
Minor version of Yii Hydrator package is released. Added ToDateTime parameter attribute. Added Trim, LeftTrim and RightTrim parameter attributes. Raised the minimum version of PHP to 8.1.
View Article[news] Yii Arrays 3.1
Minor version of Yii Arrays package is released. Added ArrayHelper::parametrizedMerge() method that allows to merge two or more arrays recursively with specified depth. Added ArrayrHelper::renameKey()...
View Article[news] Yii Validator 1.3
Yii Validator package was updated with the following enhancements and new features: added methods addErrorWithFormatOnly() and addErrorWithoutPostProcessing() to Result object; added Image validation...
View Article[extension] jatin
$config['components']['mailer'] = [ 'class' => 'jatin\resend\Mailer', 'useFileTransport' => false, 'viewPath' => '@app/mail', 'transport' => [ 'apiKey' => '<YOUR_API_KEY>' ], ];
View Article[extension] xiaosongshu/yii2-elasticsearch
elasticsearch-YII客户端 elasticsearch client for YII ¶安装 install ¶composer require xiaosongshu/yii2-elasticsearch 配置 Configuration ¶ `php 'components' => [ 'ESClient' => [ 'class' =>...
View Article[extension] xiaosongshu/yii2-rabbitmq
rabbitmq queue 延迟队列 ¶安装方法 install ¶composer require xiaosongshu/yii2-rabbitmq 示例 demo ¶定义一个队列 queue ¶<?php namespace app\commands; require_once __DIR__.'/vendor/autoload.php'; class Demo extends...
View Article[extension] xiaosongshu/rabbitmq
rabbitmq queue 消息队列 ¶项目地址:https://github.com/2723659854/rabbitmq ¶项目介绍 ¶消息队列主要用于业务解耦,本项目采用rabbitmq,支持thinkPHP,laravel,webman,yii等常用框架,也可以单独使用。 安装方法 install ¶composer require xiaosongshu/rabbitmq 示例...
View Article[news] Yii Cache Library - APCu Handler 1.1
Minor version of Yii Cache Library - APCu Handler package was released. The changes are related to dependencies: Raise the minimum psr/simple-cache version to ^2.0|^3.0; Raise the minimum PHP version...
View Article[news] Twig extension 2.4.3 released
Version 2.4.3 of Twig extension for Yii 2 was released. Changes in this release: Prevent Twig 3.9 from installing See the CHANGELOG for details. Support for Twig 3.9 will be added in the next major...
View Article[news] Queue extension 2.3.7 released
Version 2.3.7 of Queue extension for Yii 2 was released. Changes in this release: Add StatisticsProviderInterface to get statistics from queue See the CHANGELOG for details.
View Article[news] Yii Session 2.1
Minor version of Yii Session package is released. Added support for psr/http-message version ^2.0. Raised the minimum version of PHP to 8.0.
View Article[news] Yii User 2.2
Version 2.2 of Yii User package was released. There are some improvements and changes: changed log level from warning to debug for LoginMiddleware; raised minimum PHP version to 8.1; allowed to use...
View Article[news] Twig extension 2.5.0 released
Version 2.5.0 of Twig extension for Yii 2 was released. This version adds support for Twig 3.9. Note that there were many internal changes that might affect and break codebases using twig: Internal...
View Article[news] Auth Client extension 2.2.16 released
We are very pleased to announce the release of Auth Client extension version 2.2.16. Use appropriate exception if client does not exist Add support to configure the OAuth2 access token location in...
View Article[extension] diecoding/yii2-pdfjs
Yii2 PDF.js ¶ Table of Contents Instalation Dependencies Usage Previewer PDF File with PDF.js for Yii2 Yii2 PDF.js uses PDF.js Demo: https://mozilla.github.io/pdf.js/web/viewer.html Table of Contents ¶...
View Article[news] Yii Validator 1.4
Yii Validator package was updated with the following enhancements and new features: added getFirstErrorMessagesIndexedByPath() and getFirstErrorMessagesIndexedByAttribute() methods to Result; added...
View Article[news] Yii View 9.0
Version 9.0 of Yii View package was released. added View::getLocale() and WebView::getLocale() methods; added immutable method ViewInterface::withTheme(); deprecated...
View Article