Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

[news] Yii Middleware Dispatcher 5.2

Minor version of Yii Middleware Dispatcher package is released.
This version adds support for invokable class names & implementations of Psr\Http\Server\RequestHandlerInterface.





[extension] exocet/yii2-upload-file-behavior

UploadFileBehavior for Yii2

  1. Features
  2. Installation
  3. Setup and Configuration
  4. Contribution

UploadFileBehavior is a Yii2 behavior designed to streamline the process of uploading files and/or images.





[news] Yii Strings 2.2

UploadFileBehavior for Yii2

  1. Features
  2. Installation
  3. Setup and Configuration
  4. Contribution

UploadFileBehavior is a Yii2 behavior designed to streamline the process of uploading files and/or images.





[news] Yii 2.0.49

We are pleased to announce the release of Yii Framework version 2.0.49.
Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version.
This release has a number of bugfixes and some small enhancements:





[extension] ssiva/yii2-mpesa-sdk

YII2 MPESA DARAJA SDK This package provides a seamless integration of M-PESA Daraja APIs in Yii2 applications





[extension] dddphp/state-machine

State Machine for PHP

  1. Installation (via composer)
  2. User Guide

The State Machine library is aimed to provide a easy use, lightweight, flexible and extensible, and type safe PHP state machine implementation for enterprise usage.





[news] Yii Access 2.0

Major version of Yii Access package was released.
In this release:

  • type for $userId parameter of AccessCheckerInterface::userHasPermission() method is specified;
  • mininum PHP version was raised to 8.0.




[news] Rate limiter 3.0.0

Major version of yiisoft/rate-limiter package was released.
In this release:

  • Revised architecture allowing concurrency-safe counter storages.
  • Added APCu counters storage that is suitable for high concurrency environments that might cause dirty reads.
  • Dependency upgrades.
  • Mininum PHP version was raised to 8.0.

Thanks to Pan Jiawei for handing this complicated work.