Download the PHP package overclokk/cookie without Composer
On this page you can find all versions of the php package overclokk/cookie. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download overclokk/cookie
More information about overclokk/cookie
Files in overclokk/cookie
Download overclokk/cookie
More information about overclokk/cookie
Files in overclokk/cookie
Vendor overclokk
Package cookie
Short Description A simple and light cookie manager class
License GPL-2.0+
Package cookie
Short Description A simple and light cookie manager class
License GPL-2.0+
Please rate this library. Is it a good library?
Informations about the package cookie
Cookie Class API
A simple and light php class for Cookie!
Get and set cookies in PHP with ease.
PHP >= 5.3
Installation
Install this package through Composer:
composer require overclokk/cookie
PHP Implementation
Autoload the vendor classes:
And then use the Cookie
implementation:
or
Usage
Get a cookie
This will return null
if the cookie doesn't exist or is expired.
Store a cookie for a limited time
If you don't specify $minutes
, a default of 0 will be used.
Set a cookie forever
Delete a cookie
If the cookie doesn't exist, nothing will happen...
All versions of cookie with dependencies
PHP Build Version
Package Version
No informations.
The package overclokk/cookie contains the following files
Loading the files please wait ....