imphp/cookie

A cookie library that works with imphp/http

1.1.0 2021-11-05 09:14 UTC

This package is auto-updated.

Last update: 2024-04-05 14:42:15 UTC


README

A cookie handler that can read and write cookies from the headers of a Request and Response object.

Full Documentation

You can view the Full Documentation to lean more about what this offers.

Installation

Using .phar library

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

...

Clone via git

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

Composer (Packagist)

composer require imphp/cookie