[news] Yii Injector 1.2
Version 1.2.0 of Yii Injector package was released. Added optional reflection caching (by default, caching is disabled). Сontainer is made optional.
View Article[news] DB Migration 1.0.0
First stable version of DB Migration package was realeased. It allows you to manage database schema using migrations. Supports the following databases out of the box: MSSQL of versions 2017, 2019,...
View Article[news] Yii Strings 2.4
Minor version of Yii Strings package was released. There are some new features and improvements: Added findBetween(), findBetweenFirst() and findBetweenLast() methods to StringHelper to retrieve a...
View Article[news] Yii DB Migration 1.1
Minor version of Yii DB Migration package was released. There are one new feature: shortcuts for UUID columns added to migration builder.
View Article[news] Yii Config 1.5
Minor version of Yii Config package was released. There are some new features and improvements: added ability to specify recursion depth for recursive modifier; references to another configs use...
View Article[news] Yii HTTP Runner 2.2 and Yii Console Runner 2.1
Two runner pacakges was released: Yii HTTP Runner 2.2 Yii Console Runner 2.1 In this versions adds ability to set custom config modifiers.
View Article[news] Yii Widget 2.2
Minor version of Yii Widget package is released. Added ability to set default theme for concrete widget. Allowed to use widgets without widget factory initialization....
View Article[news] Yii HTML 3.4
Version 3.1 of Yii HTML package is released. In this version add ability set attributes for label of items in widgets CheckboxList and RadioList.
View Article[extension] eluhr/yii2-json-attribute-behavior
Yii2 JSON Attribute Behavior ¶ Installation Usage Testing This behavior automatically decodes attributes from JSON to arrays before validation, handling errors and re-encoding if validation fails. With...
View Article[news] Yii Error Handler 3.1
Yii Error Handler package was updated with the following enhancements and fixes: added CompositeException to be able to render multiple exceptions; dispatch ApplicationError in ErrorCatcher; added...
View Article[news] Yii Message Extractor 2.1
Yii Message Extractor package was updated with the following enhancements: added ability to change the calling method in translator extractor; added support of symfony/console version ^7.0.
View Article[extension] rashedalkhatib/yii2-datatables
DataTable Widget ¶ Overview installation Feel Free to contact me : alkhatib.rashed@gmail.com Overview ¶The DataTable widget is used to create interactive and dynamic data tables. The provided...
View Article[news] Hydrator 1.0.0
First stable release of yiisoft/hydrator was tagged. The package provides a way to create and hydrate objects from a set of raw data. Features are: supports properties of any visibility; uses...
View Article[news] Yii 2 Symfony mailer extension 4.0
Major version of Yii 2 Symfony mailer extension package was tagged. In this version: Add option to create transport from DSN object. Add a security notice about the DSN. If yiisoft/yii2-psr-log-source...
View Article[news] Yii Error Handler 3.2
Yii Error Handler package was updated with the following enhancements: add ability to execute getBody() on response when ExceptionResponder middleware is processing; trace PHP errors.
View Article[news] Yii Validating Hydrator 1.0
First stable release of yiisoft/hydrator-validator was tagged. The package provides a hydrator that also does validation, including raw data. It's useful when input data comes from a user, and you need...
View Article[extension] luguohuakai/yii2-dm
Database extension for DM ¶ Installation Usage A database extension for DM database Installation ¶The preferred way to install this extension is through composer. Either run php composer.phar require...
View Article[news] Yii CSRF 2.1
Minor verison of Yii CSRF package was released. Added StubCsrfToken. Explicitly added transitive dependencies yiisoft/strings, psr/http-server-handler and ext-hash.
View Article[news] Yii Hydrator 1.1
Minor version of Yii Hydrator package is released. In this version added configurable type caster NullTypeCaster for casting null, empty string and empty array to null.
View Article[extension] neoacevedo/yii2-auditing
Yii2 Auditing ¶ Instalación Uso Desplegando la información Registra cambios de sus modelos ActiveRecord de Yii2. Este paquete permite mantener un historial de cambios de los modelos proveyendo...
View Article