News


11/09/2021 - 12:17

Version 1.2.0 of yiisoft/http package was released.
HeaderValueHelper was added. It allows parsing various string header values into more convenient data structures.





11/09/2021 - 09:54


Contributed by





11/09/2021 - 02:31

Completed Drupal site or project URL: http





11/09/2021 - 02:00

Stable release of middleware dispatcher package was tagged.
The package is a PSR-15 middleware dispatcher. Given a set of middleware and a
request instance, dispatcher executes it is produces a response instance.





11/08/2021 - 09:49

Symfony Controllers are the "glue code" that runs some logic and calls some
services to serve each application route. They are a very stable piece of software
that we rarely change. However, in Symfony 5.4 we've made some changes to controllers
that may impact your applications.





11/08/2021 - 02:00

First version of Redis adapter for Yii cache was released. It is based on predis and could be used either standalone as PSR-16 cache implementation or with Yii cache to gain additional benefits.
Quality standard for the package is similar to other Yii 3 packages: 100% unit test coverage with 98.5% mutation score, and 94.9% type coverage.