First version of email log target package was released.
This package provides the email target for the yiisoft/log allowing to send logs via email.
First version of email log target package was released.
This package provides the email target for the yiisoft/log allowing to send logs via email.
First releases of mailer package and its SwiftMailer adapter were released.
The mailer package provides the content composition functionality, and a basic interface for sending emails.
Actual mail sending is provided by separate interchangeable packages.
The following code can be used to send an email:
First releases of mailer package and its SwiftMailer adapter were released.
The mailer package provides the content composition functionality, and a basic interface for sending emails.
Actual mail sending is provided by separate interchangeable packages.
The following code can be used to send an email:
First releases of mailer package and its SwiftMailer adapter were released.
The mailer package provides the content composition functionality, and a basic interface for sending emails.
Actual mail sending is provided by separate interchangeable packages.
The following code can be used to send an email:
First version of View package is released. This library provides templates rendering abstraction supporting layout-view-subview hierarchy, custom renderers with PHP-based as default and more. It is used in Yii Framework 3 but is supposed to be usable separately.
PHP templates look like the following:
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.