Skip to content

Athlon1600/php-cookie-parser

Repository files navigation

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