[news] Yii 2.0.53
We are pleased to announce the release of Yii Framework version 2.0.53. Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version. This release...
View Article[news] Yii Validator 2.4
Yii Validator version 2.4.0 was released. In this version: Allow use callable rules into Nested Support stringable objects as validation error messages Fix WhenMissing not working in nested rules Fix...
View Article[news] Yii Dummy Provider 1.1
Yii Dummy Provider version 1.1 was released. In this version: Provide yiisoft/db-implementation virtual package
View Article[news] Yii Validator 2.5
Yii Validator version 2.5 was released. In this version added Result::getPropertyErrorMessagesByPath() method.
View Article[news] Yii Middleware Dispatcher 5.3
Yii Middleware Dispatcher version 5.3 was released. In this version: add MiddlewareCollector for Yii Debug package; support callable that returns Psr\Http\Server\RequestHandlerInterface as middleware...
View Article[news] Yii Aliases 3.1
Yii Aliases version 3.1 was released. In this version: Add AliasReference Change PHP constraint in composer.json to 8.1 - 8.4 Bump PHP minimal version to 8.1
View Article[news] Yii Error Handler 4.2
Yii Error Handler version 4.2 was released. In this version: added $traceLink parameter to HtmlRenderer to allow linking to trace files; introduced UserException attribute to mark user exceptions;...
View Article[news] Yii3 web application template 1.0
The first stable release of the Yii3 web application template. The template helps you quickly start with a classic web application and already includes the essentials: middleware dispatcher, routing,...
View Article[news] Yii Error Handler 4.3
Yii Error Handler version 4.3 was released. In this version: pass request to callable value in ExceptionResponder middleware.
View Article[news] Yii HTTP Application 1.1.0
Yii HTTP Application version 1.1.0 was released. In this version: Introduce UnhandledRequestHandler and make $fallbackHandler in Application optional Change PHP constraint in composer.json to 8.1 - 8.4...
View Article[news] Yii Auth 3.2
Yii Auth version 3.2 was released. In this version: Adapt summary data in debug collector Add HTTP cookie authentication method Change PHP constraint in composer.json to 8.0 - 8.4 Use...
View Article[extension] fenomviewrenderer
Installation Usage Yii 2 extension for render views using Fenom template engine. Installation ¶composer require ensostudio/yii2-fenom Usage ¶You can add a custom template engine by reconfiguring view...
View Article[news] Yii Proxy 1.1
Yii Proxy version 1.1 was released. In this version: Change PHP constraint in composer.json to 8.1 - 8.4 Support disjunctive normal form types Fix the nullable parameter declarations for compatibility...
View Article[news] Yii Request Body Parser 1.2
Yii Request Body Parser version 1.2 was released. In this version: Bump minimum PHP version to 8.1 Change PHP constraint in composer.json to 8.1 - 8.4 Add psalm type int<1, 2147483647> to depth...
View Article[news] Yii Console 2.4
[Yii Console]](https://github.com/yiisoft/yii-console) version 2.4.0 was released. In this version: Change PHP constraint in composer.json to 8.0 - 8.4 Check empty string as key in command map in...
View Article[news] Immutable releases turned on
We've turned on immutable releases for all our repositories at GitHub. Immutable releases are releases where the assets and associated Git tag cannot be changed after publication. They increase...
View Article[news] Yii3 API Application Template 1.0
The first stable release of the API application template for Yii3. The template includes the essential things required to start API application development: middleware dispatcher, routing, a set of...
View Article[news] MongoDB extension 3.0.4 released
We are pleased to announce the release of MongoDB extension version 3.0.4. This version fixes an incompatibility with mongodb extension verison 2.1.0 resulting in "MongoDB\Driver\Cursor::getId()...
View Article[wiki] Yii3 - How to start
(draft) In Yii3 it is not as easy to start as it was with Yii2. You have to install and configure basic things on your own. Yii3 uses the modern approach based on independent packages and dependency...
View Article