[wiki] Aadhar Number Validator
In India have Aadhar number an we may need to valid it a input. So I created a validator for yii2 use yii\validators\Validator; class TAadharNumberValidator extends Validator { public $regExPattern =...
View Article[wiki] Convert JSON data to html table for display on page
I have a calls which help me display json directly in html table. Json2Table::formatContent($json); The code of Json2Table class is here ============================================ /** * Class convert...
View Article[wiki] GridView show sum of columns in footer.
GridView show sum of columns in footer `PHP use yii\grid\DataColumn; /** Sum of all the values in the column @author shiv / class TSumColumn extends DataColumn { public function...
View Article[extension] domain-policy-automation
Requirements Installation Usage Resources ...overview of the extension... Requirements ¶...requirements of using this extension (e.g. Yii 2.0 or above)... Installation ¶...how to install the extension...
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[news] Yii 1.1.26 is released
We are very pleased to announce that Yii Framework version 1.1.26 is released. You can download it at yiiframework.com/download/. This release is a release of Yii 1.1 that has reached maintenance mode...
View Article[news] Yii widgets 1.0.0
First version of Yii widgets package was released. The package provides extra Yii-specific widgets and utilities: Alert Block Breadcrumbs ContentDecorator Dropdown FragmentCache Menu See package README...
View Article[extension] marketforce-info/yii2-sendgrid
MarketforceInfo/Yii2-SendGrid ¶ Description ¶Yii2 Mailer extension for SendGrid with batch mailing support. Installation ¶$ composer require marketforce-info/yii2-sendgrid Then configure your mailer...
View Article[extension] prosite01/yii2-easy-webp
JPG, PNG and GIF to WEBP converter ¶ Installation Usage The converter allows one line to display the html tag <picture> containing the source file and webp Installation ¶The preferred way to...
View Article[news] Yii Event Dispatcher 1.1.0
Minor version of Yii Event Dispatcher package was tagged. In this version we have raised the minimum version of PHP to 8.0. The exception message when adding a listener to a collection has also been...
View Article[news] Yii Definitions 3.0.0
Major version of Yii Definitions package was released. In this version we have raised the minimum version of PHP to 8.0. There are also several improvements and fixes: Changed result format of...
View Article[wiki] How to Create and Use Validator Using Regular expressions
There are Multiple Ways to Create a Validator But here we use Regular Expression or JavaScript Regular Expression or RegExp for Creation Validators. In this article, we will see the most Frequently...
View Article[news] Yii Message Translator 2.0.0 and related packages released
Major version of Yii Message Translator package was released. In this version we have raised the minimum version of PHP to 8.0, added NullMessageFormatter and IntlMessageFormatter, and made other...
View Article[news] Yii Router and FastRoute adapter 2.0
Major versions of Router and FastRoute adapter package were released. In this version we have raised the minimum version of PHP to 8.0. There are also several enhancements and fixes: Type hints from...
View Article[news] Yii HTML 3.0.0
Yii HTML package version 3.0.0 was released. In this release: Raise minimum PHP version to 8.0 and refactor code. Add loading() method to Img tag. Remove Tag::class() and rename Tag::replaceClass() to...
View Article[news] Yii Message Translator 2.1
Minor version of Yii Message Translator package was tagged. In this version we added IdMessageReader that returns ID as message and doesn't support getting all messages at once.
View Article[news] Yii 2.0.47
We are very pleased to announce the release of Yii Framework version 2.0.47. Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version. This...
View Article[news] Sphinx extension 2.0.15 released
We are very pleased to announce the release of Sphinx extension version 2.0.15. This release fixes PHP 8.1 compatibility. See the CHANGELOG for details.
View Article[news] Smarty extension 2.0.11 released
We are pleased to announce the release of Smarty extension version 2.0.11. This release allows using Smarty 4.
View Article[news] Queue extension 2.3.5 released
Queue extension version 2.3.5 was released. This version add ability to set flags for the AMQP queue and exchange and switches from jeremeamia/superclosure to opis/closure adding the possibility to...
View Article