[news] Yii HTML 3.6
Version 3.6 of Yii HTML package is released. There are some improvements and fixes: Throw InvalidArgumentException in Html::renderAttribute() when attribute name is empty or contains forbidden symbols....
View Article[news] Yii Hydrator 1.4
Version 1.4 of Yii Hydrator package has been released. Here are the list of improvements included in the new version: added ToArrayOfStrings parameter attribute; added backed enumeration support to...
View Article[news] Yii Form 1.0
First release of Yii Form package was done. It provides a set of widgets to help with dynamic server-side generation of HTML forms. The following widgets are available out of the box: input fields:...
View Article[news] Yii Form Model 1.0
First release of Yii Form Model package was done. It provides a base for form models and helps to fill, validate and display them. For usage define a form model: use Yiisoft\FormModel\Attribute\Safe;...
View Article[news] Yii Network Utilities 1.2
Version 1.2 of Yii Network Utilities package has been released. Here is the list of changes included in the new version: Added IP_PATTERN and IP_REGEXP constants to IpHelper for checking IP of both...
View Article[news] Yii Swagger 2.1
Version 2.1 of Yii Swagger package has been released. Here is the list of changes included in the new version: Added support for psr/http-message of versions ^2.0. Raised required yiisoft/yii-view...
View Article[wiki] Use Single Login Session on All Your Yii2 Application/Repository Under...
There are multiple blog that shows how to use seperate login for yii2 application but in this article i will show you how to use a single login screen for all your YII2 Advanced, YII2 Basic,...
View Article[news] Yii Validator 2.1
Version 2.1 of Yii Validator package has been released. Here is the list of changes included in the new version: merge rules from PHP attributes with rules provided via getRules() method; use...
View Article[news] Yii Hydrator 1.5
Version 1.5 of Yii Hydrator package has been released. Here are the list of improvements included in the new version: added EnumTypeCaster that cast values to enumerations; fixed populating readonly...
View Article[news] Yii HTML 3.7
Version 3.7 of Yii HTML package is released. There are some improvements: added methods Script::nonce() and Script::getNonce() for CSP; added backed enumeration value support to Select tag.
View Article[extension] duna/qrcode
Duna QR Code Library ¶ Overview Installation Usage License Contributing Issues and Support A versatile QR code generation library that supports HTML, PNG, and SVG output formats. Overview ¶The Duna QR...
View Article[news] Yii Form 1.1
Version 1.1 of Yii Form package is released. In this version added backed enumeration value support to Select field.
View Article[news] Yii View 11.0
Version 11.0 of Yii View package was released. Removed deprecated methods withDefaultExtension() and getDefaultExtension() from ViewInterface. Renamed configuration parameter defaultExtension to...
View Article[news] Yii View Renderer 7.2
Minor version of Yii View Renderer were tagged. Added support for yiisoft/view version ^11. Bumped PHP version to ^8.1 and refactor code.
View Article[news] Yii Form 1.2
Version 1.2 of Yii Form package is released. In this version added Checkbox::labelPlacement() method and Checkbox::enclosedByLabel() method marked as deprecated.
View Article[news] Yii Dependency Injection 1.3
Version 1.3 of Yii Dependency Injection container is released. added shortcut TagReference::to() for tag reference; improved usage NotFoundException for cases with definitions; minor refactoring has...
View Article[news] Yii 1.1.30 is released
We are very pleased to announce that Yii Framework version 1.1.30 is released. You can download it at yiiframework.com/download/. Yii 1.1.30 adds support for PHP 8.3 and improves compatibility with PHP...
View Article[news] Yii Mailer 6 + Yii Mailer Symfony 4
Major versions of Yii Mailer and Yii Mailer Symfony Mailer packages were tagged. The Yii Mailer abstraction for sending emails has been significantly reworked. Now, the package yiisoft/mailer is...
View Article[news] Yii Request Provider 1.1
Version 1.1 of Yii Request Provider package is released. Add RequestCookies class that provides convenient access to request cookies. Add yiisoft/middleware-dispatcher event listener to keep Request...
View Article[news] Yii HTML 3.8
Version 3.8 of Yii HTML package is released. There are some improvements: added optional wrap parameter to BooleanInputTag::label() method that controls whether to wrap input tag with label tag or...
View Article