2020-12-02 596次浏览

Cookies 包第一个版本发布了。

The package helps in working with HTTP cookies in a PSR-7 environment:

  • provides a handy abstraction representing a cookie.
  • allows dealing with many cookies at once.
  • forms and adds Set-Cookie headers to response.

According to our quality standards, it has full test coverag, high MSI score and type coverage.

用法示例[readme](https://github.com/yiisoft/cookies#general-usage)。