Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 589 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 589 Bytes

IMPHP - Http Cookie


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