Skip to content
/ cookie Public

Cookie Handler for the HTTP Message library

Notifications You must be signed in to change notification settings

IMPHP/cookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Cookie Handler for the HTTP Message library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages