[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[news] Yii View Renderer 7.0
Major version of Yii View Renderer were tagged. In this version package renamed from yiisoft/yii-view to yiisoft/yii-view-renderer and made several changes: only a full path can now be used as a...
View Article[news] Yii View 10.0
Version 10.0 of Yii View package was released. Changed logic of template file searching in ViewInterface::render(): the absolute path to the view file, e.g. "/path/to/view.php"; the name of the view...
View Article[extension] sjaakp/yii2-random-provider
yii2-random-provider ¶ Installation Using RandomProvider ActiveDataProvider with random selection ¶ RandomProvider is derived from ActiveDataProvider of the Yii 2.0 PHP Framework. It selects the...
View Article[news] Yii View Renderer 7.1
Minor version of Yii View Renderer were tagged. Raised required yiisoft/view version to ^10.0.
View Article[news] Yii Mailer Library 5.1
Minor version of Yii Mailer Library was tagged. There are some improvements and fixes: allowed to set default "from" value in MessageFactory; raised minimal PHP version to ^8.1; raised required...
View Article[news] Yii Logging Library 2.1
Yii Logging Library package was updated with the following enhancements and new features: added new static methods Logger::assertLevelIsValid(), Logger::assertLevelIsString() and...
View Article[news] Yii HTML 3.5
Version 3.5 of Yii HTML package is released. There are some improvements: added class for tag hr and method Html::hr(); added support for multiple elements in aria-describedby attribute.
View Article[news] Yii Error Handler 3.3
Yii Error Handler package was updated with the following enhancements: add copy cURL button, sort request headers, fix UI; simplify error log; show full argument by click; remove @anonymous postfix;...
View Article[news] Yii HTTP Runner 3.0
Major version of Yii HTTP Runner were tagged. In this version made several changes. Added ability to change the size of the buffer to send the content of the message body. Allowed to use any PSR...
View Article[extension] pingcrm-yii2-vue3
Ping CRM on Yii 2 ¶ Demo Installation Running tests Requirements Extending this project Credits A Yii 2 demo application to illustrate how Inertia.js works. With Inertia you are able to build...
View Article[news] Yii 2.0.51
We are pleased to announce the release of Yii Framework version 2.0.51. 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.0
Major version of Yii Validator were tagged. Add the Each::PARAMETER_EACH_KEY validation context parameter that available during Each rule handling and containing the current key Include attribute name...
View Article[news] Yii Network Utilities 1.1
Version 1.1 of Yii Network Utilities package is released. There are some improvements: added IpRanges that represents a set of IP ranges that are either allowed or forbidden; fixed error while...
View Article[news] Yii Hydrator 1.3
Version 1.3 of Yii Hydrator package has been released. Here are the list of improvements included in the new version: Added support for collections via Collection PHP attribute; Added hydrator...
View Article[news] Yii Auth JWT 2.1
Version 2.1 of Yii Auth JWT package has been released. Here are the list of changes included in the new version: Replaced multiple web-token/* packages in dependencies with one - web-token/jwt-library,...
View Article