[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[news] Yii View Extension 6.1
Minor version of Yii View Extension was tagged. There are some improvements and fixes: added layout specific injections; implement lazy loading for injections; added debug collector for...
View Article[news] Yii 2.0.50
We are pleased to announce the release of Yii Framework version 2.0.50. Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version. This release...
View Article[news] Requirements 1.0.0
First release of yiisoft/requirements package was done. It allows to check if a certain set of defined requirements is met. <?php require_once('/path/to/requirements/RequirementsChecker.php');...
View Article[news] Console application template 1.0.0
First stable version of console application template is released. It is a console only application template that can be used to perform common tasks in a Yii application such as queue workers,...
View Article[extension] yagas/yii2-debug4mongo
Yii 2 Debug For MongoDB 目录结构 安装依赖 安装说明 配置说明 本项目为yii2-debug的扩展,使用MongoDB对debug数据进行存储。 目录结构 ¶ src/ 代码目录 src/models/ 数据模型 src/views/ 视图文件 src/controllers/ 控制器 安装依赖 ¶ PHP支持>=5.4 yii2-mongodb...
View Article