php-dflydev-fig-cookies

FIG Cookies for PHP
  https://github.com/dflydev/dflydev-fig-cookies
  0
  no reviews



Managing Cookies for PSR-7 Requests and Responses.

FIG Cookies tackles two problems, managing Cookie Request headers and managing Set-Cookie Response headers. It does this by way of introducing a Cookies class to manage collections of Cookie instances and a SetCookies class to manage collections of SetCookie instances.