[extension] eluhr/yii2-password-input
Yii2 Password Input ¶Installation ¶composer require eluhr/yii2-password-input Example usage ¶<?php use yii\helpers\Html; use yii\widgets\ActiveForm; $form = ActiveForm::begin(); echo...
View Article[extension] eluhr/yii2-aceeditor
Yii2 Ace Editor Widget ¶Installation ¶composer require eluhr/yii2-aceeditor Usuage ¶without a model `php <?= AceEditor::widget([ 'name' => 'editor' ]); ?> ` with a model <?=...
View Article[extension] eluhr/yii2-notification-module
Installation Configuration Example Example usuage Ideas Installation ¶composer require eluhr/yii2-notification-module Configuration ¶use eluhr\notification\components\Notification as...
View Article[news] ApiDoc extension version 3.0.3 released
We are very pleased to announce the release of the ApiDoc extension version 3.0.3. This patch version fixes wrong encoding during generation of non-Englush guides. See the CHANGELOG for a full list of...
View Article[news] Julia "Insolita" passed away
Julia "Insolita" passed away yesterday from cancer. She was a prominent PHP and Yii community member, contributed to both Yii2 and upcoming Yii3, created a number of useful utilities and was helping...
View Article[extension] ondics/yii1spreadsheet
Yii1 Spreadsheet Extensions ¶ Installation Usage Application Notes Credits Author Provides very easy Excel-Output for Yii1 works with CArrayDataProvider works with CActiveDataProvider provides flexible...
View Article[extension] sadi01/yii2-mutex-filter
Yii2 Mutex Filter ¶ Installation Usage MutexFilter is an action filter relies on Yii2 Mutex component that apply mutex on controller's actions. The Mutex component allows mutual execution of concurrent...
View Article[extension] sadi01/yii2-daterangepicker
Yii2 Bootstrap Date Time Range Picker ¶ Installation Usage More Examples Persian date range picker for Yii2 framework. This is the daterangepicker widget and a Yii 2 enhanced wrapper for the...
View Article[extension] sadi01/yii2-iran-national-code-validator
Yii2 Iran National Code Validator ¶ Installation Usage NationalCodeValidator validates that the attribute value is a valid Iran national code. Installation ¶The preferred way to install this extension...
View Article[news] Test Support 1.4.0
Test Support package version 1.4.0 was released. There a few changes in SimpleContainer::has() method: added abilitiy set custom callback; catch only...
View Article[news] HTML 2.3.0
HTML package version 2.3.0 was released. In this release added classes for tags: Title, H1, H2, H3, H4, H5, H6, Picture, Audio, Video, Source, Track.
View Article[news] Our stance on the conflict between Ukraine and Russia and update on...
Team members Framework development Foundation Yii team is international, it consists of awesome developers from Ukraine, Russia, Germany, Kazakhstan, Chile, Uzbekistan, Moldova, Poland, Netherlands, US...
View Article[news] Our stance on the war and update on development
Team members Framework development Foundation Yii team is international, it consists of awesome developers from Ukraine, Russia, Germany, Kazakhstan, Chile, Uzbekistan, Moldova, Poland, Netherlands, US...
View Article[news] Our stance on the war operation and update on development
Team members Framework development Foundation Yii team is international, it consists of awesome developers from Ukraine, Russia, Germany, Kazakhstan, Chile, Uzbekistan, Moldova, Poland, Netherlands, US...
View Article[news] ApiDoc extension version 3.0.4 released
We are very pleased to announce the release of the ApiDoc extension version 3.0.4. This patch version fixes conversion of newlines to spaces and considers the first sentence ended only if the dot is...
View Article[news] Queue extension 2.3.4 released
Queue extension version 2.3.4 was released. This version forces db driver to use index on the reserved_at column to unlock unfinished tasks. Full changelog is available at GitHub.
View Article[news] Yii Bulma 1.0.0
First version of Yii Framework Bulma Integration package was released. This Yii Framework package encapsulates Bulma components and plugins in terms of Yii widgets, and thus makes using Bulma...
View Article[wiki] Interview Questions For YII2
Hey Everyone, In this post I Just shared my Experience what most of interviewer ask in YII2 Interview. What is Active Record? and How we use that? What is Components ? What is Helpers Functions? How to...
View Article[news] Debug extension 2.1.19 released
Debug extension version 2.1.19 was released. This release fixes PHP 8.1 compatibility issues and adds an option to change default LogTarget. See the CHANGELOG for details.
View Article[news] RBAC, file storage and rules container 1.0.0
Three RBAC packages are released in their initial stable version: rbac, rbac-php, and rbac-rules-container. These packages provide RBAC (Role-Based Access Control) library. They are used in Yii...
View Article