[extension] 4erk/yii2-queue-message
Yii2 queue messages ¶ Installation Configurations Usage Queue message component for Yii2 Installation ¶php composer.phar require --prefer-dist 4erk/yii2-queue-message Configurations ¶Configuration for...
View Article[news] Html 2.2.0
HTML package version 2.2.0 was released. In this release: Added nofollow() method to the A tag. Added itemsFromValues() method to RadioList and CheckboxList. The method sets items with labels equal to...
View Article[news] CSRF 1.1.0
Minor verison of CSRF package was tagged adding ability to obtain parameter and header names set to the middleware via CsrfMiddleware::getParameterName() and CsrfMiddleware::getHeaderName().
View Article[news] Yii View 4.0.0
Yii view package version 4.0.0 was tagged. CsrfInjection now injects a stringable CSRF object with methods getToken(), getParameterName(), getHeaderName() and hiddenInput() instead of string token to...
View Article[news] Bootstrap 5 extension version 2.0.2 released
New version of Bootstrap 5 extension for Yii 2 was released. Version 2.0.2 is fixing a number of bugs found since latest release and is bringing back Alert close button API that is available in...
View Article[news] Arrays 2.0.0
Major version of yiisoft/arrays was released: New ArrayHelper::group() that groups the array according to a specified key. Support for iterable objects in ArrayHelper::map(), ArrayHelper::index(),...
View Article[news] VarDumper 1.2.0
An update was made to yiisoft/var-dumper package. In this version \Yiisoft\VarDumper\VarDumper::withOffset() was added. It allows to adjust generated code nesting offset: $test = [ 'value' => 42, //...
View Article[news] View 4.0.0
Version 4.0.0 of View package is released. In this version: Added ViewInterface that View and WebView implement. Improved exception message on getting not exist block or parameter in View and WebView....
View Article[extension] diggindata/yii2-signaturepad
SignaturePa Extension for Yii 2 ¶ Installation Usage This extension provides a Signature Pad widget for Yii framework 2.0. It wraps the INTELOGIE/signature_pad library. Latest Stable Version...
View Article[news] Yii Console 1.0.0
First release of Yii Console package was tagged. It provides a console that could be added to an application. The package uses Symfony Console under the hood and adds: Custom style. serve command that...
View Article[news] Assets 2.0.0
Version 2.0.0 of assets package was released improving public API for more convenient use. Previously you had to specify assets registered as array:...
View Article[news] i18n 1.1.0
New version of yiisoft/i18n package was released. This version adds support for keywords hours, colnumeric, and colcasefirst. These keywords are part of the ECMAScript 2022 Internationalization API...
View Article[news] Redis adapter for cache 1.0.0
First version of Redis adapter for Yii cache was released. It is based on predis and could be used either standalone as PSR-16 cache implementation or with Yii cache to gain additional benefits....
View Article[news] Middleware dispatcher 1.0.0
Stable release of middleware dispatcher package was tagged. The package is a PSR-15 middleware dispatcher. Given a set of middleware and a request instance, dispatcher executes it is produces a...
View Article[news] HTTP 1.2.0
Version 1.2.0 of yiisoft/http package was released. HeaderValueHelper was added. It allows parsing various string header values into more convenient data structures. use Yiisoft\Http\HeaderValueHelper;...
View Article[news] Error handler 2.0.0
Error handler package got a major release. Visible part is that solution is now formatted better. Internally, HeaderHelper is now used from http package.
View Article[news] Middleware dispatcher 2.0.0
New major release of middleware dispatcher package was tagged. While 1.0.0 was released only a few days ago, we had a great usability idea that, as usual, came right after 1.0.0 was done. This release...
View Article[extension] jamguozhijun/yii2-xmlparser
Yii2 XML Parser Installation Usage License An XML request parser just like built-in yii\web\JsonParser. Installation ¶The preferred way to install this extension is through composer: composer require...
View Article[news] CSRF 1.2.0
Minor verison of CSRF package was tagged adding ability to specify your own failure handler: use Psr\Http\Message\ResponseFactoryInterface; use Psr\Http\Message\ServerRequestInterface; use...
View Article[extension] matejch/yii2-page-guide
Page guide extension ¶ Installation Setup Usage Ability to add guide or assistant to pages for better user orientation or explaining functionality to user Installation ¶The preferred way to install...
View Article