imphp/cookie

与 imphp/http 兼容的 cookie 库

1.1.0 2021-11-05 09:14 UTC

This package is auto-updated.

Last update: 2024-09-05 15:37:56 UTC


README

一个可以从 RequestResponse 对象的头部读取和写入 cookie 的 cookie 处理器。

完整文档

您可以通过查看 完整文档 来了解该库提供的功能。

安装

使用 .phar 库

wget https://github.com/IMPHP/cookie/releases/download/<version>/imphp-cookie.phar
require "imphp-cookie.phar";

...

通过 git 克隆

git clone https://github.com/IMPHP/cookie.git imphp/cookie/

Composer (Packagist)

composer require imphp/cookie