[news] Yii 2.0.43
We are very pleased to announce the release of Yii Framework version 2.0.43. Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version. This...
View Article[news] Auth Client extension 2.2.11 released
We are very pleased to announce the release of Auth Client extension version 2.2.11. This release adds statusCode from response to init InvalidResponseException in sendRequest method of...
View Article[news] RateLimiter 2.0.0
Major version of yiisoft/rate-limiter package was released. It introduces new package design proposed by kafkiansky: LimitPolicyInterface is there to easily change the policy of rate limiting i.e....
View Article[news] Mutex and adapters 1.0.0
Fisrt version of mutex package was released. This package provides mutex implementation and allows mutual execution of concurrent processes in order to prevent "race conditions". This is achieved by...
View Article[news] Html 2.0.0
HTML package version 2.0.0 was released. In this release: Empty attribute values are not rendered anymore. New tags added: Em, Strong, B and I. null could be passed to Tag::class(),...
View Article[news] Mailer 3.0.0, SwiftMailer 3.0.0, and Email Log Target 3.0.0
Mailer package version 3.0.0 was tagged. This version expands Yiisoft\Mailer\MessageInterface adding the following methods: getDate() - Returns the date when the message was sent, or null if it was not...
View Article[extension] ed-smartass/yii2-settings
yii2-settings ¶Installation ¶Install via composer composer require ed-smartass/yii2-settings Apply migrations php yii migrate --migrationPath=@vendor/ed-smartass/yii2-settings/src/migrations Or add to...
View Article[extension] ed-smartass/yii2-relation-behavior
yii2-relation-behavior ¶Installation ¶composer require ed-smartass/yii2-relation-behavior Example ¶use Smartass\Yii2RelationBehavior\RelationBehavior; // ... /** * @inheritdoc */ public function...
View Article[extension] mhthnz/yii2-tarantool
Tarantool connector for yii2 framework ¶ Reqirements Installation Configuration Features Future plans Tarantool connector for yii2 framework. Allows to perform SQL and NoSQL queries, framework...
View Article[news] View 2.1.0
Version 2.1.0 of View package is released. Immutable methods View::withAddedCommonParameters() and WebView::withAddedCommonParameters() are now available to add extra parameters available in all views...
View Article[news] View and Yii View Extension 3.0
Major versions of yiisoft/view and yiisoft/yii-view were tagged. View and WebView got fluent interface for their setters. View::withAddedCommonParameters() and WebView::withAddedCommonParameters() were...
View Article[news] Html 2.1.0
HTML package version 2.1.0 was released. In this release Noscript tag was added along with shortcuts for Script via methods Script::noscript() and Script::noscriptTag().
View Article[extension] yagas/yii2-actionfilter-rsa
RSA ActionFilter ¶ Installation Usage RSA Verify Filter Installation ¶The preferred way to install this extension is through composer. Either run php composer.phar require --prefer-dist...
View Article[news] Redis extension 2.0.16 released
We are very pleased to announce the release of Redis extension version 2.0.16. This version adds support for authentication with username via Connection::$username. See the CHANGELOG for details.
View Article[news] Symfony Mailer 1.0.0
Symfony Mailer adapter for yiisoft/mailer was tagged stable. It is relying on symfony/mailer to send emails and is recommended as replacement for now deprecated SwiftMailer. As usual, it has 100% unit...
View Article[news] Mutex and adapters 1.1.0
Minor version of mutex package was released. In this version two new exceptions were introduced: MutexLockedException and MutexReleaseException. We throw them instead of less specific RuntimeException....
View Article[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