Currency List Extension for Yii 2
This package is based on umpirsky/currency-list
Currency List Extension for Yii 2
This package is based on umpirsky/currency-list
Currency List Extension for Yii 2
This package is based on umpirsky/currency-list
Minor version of Yii Definitions package was released.
In this version we added new helper ArrayDefinitionHelper
with merge()
method that is designed to merge several array definitions to one.
Version 3.0 of Yii Assets package was released. There a few changes and improvements:
AssetManager::registerCustomized()
method.Major version of Yii Widget package is released. In this version Widget::widget()
method was changed to ability use only constructor argument or whole array definition. Also there are breaking changes: beforeRun()
, afterRun()
and run()
methods was removed from Widget
class. Only render()
method now can be used.
Version 3.1 of Yii HTML package is released. There are some additions and improvements:
$attributes
parameter to Html::img()
;small
and method Html::small()
;yiisoft/arrays
version ^3.0
.First stable version of yiisoft/data package is tagged.
The package provides generic data abstractions. The aim is to hide storage aspect from the operations of reading,
writing and processing data.
Features are:
Major version of Yii Middleware Dispatcher package was released. This version has several changes:
ParametersResolverInterface
to resolve parameters of middleware that are provided as callable.ParametersResolverInterface
.Major version of Yii Middleware Dispatcher package was released. This version has several changes:
ParametersResolverInterface
to resolve parameters of middleware that are provided as callable.ParametersResolverInterface
.Kaabar JWT Auth Extension ¶The Yii2 JWT extension is a tool for implementing JWT (JSON Web Token) authentication in Yii2 applications. It allows developers to create APIs that require authentication and authorization, ensuring that only authorized users can access certain resources. The extension provides a simple and flexible way to implement JWT authentication in Yii2, using the JWT library and following the JWT specification.