First version of yiisoft/data-response pacakge was released.
The package allows responding with data that is then automatically converted into PSR-7
response using one of the formatters such as JSON or XML.
First version of yiisoft/data-response pacakge was released.
The package allows responding with data that is then automatically converted into PSR-7
response using one of the formatters such as JSON or XML.
QRCode (kjua) Extension for Yii 2 ¶
This extension provides a kjua QR Code widget for Yii framework 2.0.
The kjua library is provided by github/lrsjng.
First version of yiisoft/rate-limiter package was released.
RateLimiter helps to prevent abuse by limiting the number of requests that could be me made consequentially.
For example, you may want to limit the API usage of each user to be at most 100 API calls within a period of 10 minutes. If too many requests are received from a user within the stated period of the time, a response with status code 429 (meaning "Too Many Requests") should be returned.
First version of yiisoft/rate-limiter package was released.
RateLimiter helps to prevent abuse by limiting the number of requests that could be me made consequentially.
For example, you may want to limit the API usage of each user to be at most 100 API calls within a period of 10 minutes. If too many requests are received from a user within the stated period of the time, a response with status code 429 (meaning "Too Many Requests") should be returned.
Протокол обмена 1С с сайтом Bitrix для Yii2 ¶
В библиотеке реализована серверная часть протокола для обработки запросов от 1С, а также клиентская часть, которая
эмулирует запросы 1С к серверу сайта.