Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.06 KB

PHP Cookie Parser

Build Status GitHub last commit

Needed to be able to convert between different cookies formats, which is especially useful when sharing cookies across different applications like PHP/Curl and Chrome Puppeteer.

Formats supported

See it in action

Convert between formats in real-time within your browser + lots of other cool features:

Installation

composer require athlon1600/php-cookie-parser

Useful links