Download the PHP package jyoungblood/cookie without Composer
On this page you can find all versions of the php package jyoungblood/cookie. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jyoungblood/cookie
More information about jyoungblood/cookie
Files in jyoungblood/cookie
Download jyoungblood/cookie
More information about jyoungblood/cookie
Files in jyoungblood/cookie
Vendor jyoungblood
Package cookie
Short Description PHP functions to handle cookie operations more easily.
License MIT
Homepage https://github.com/hxgf/cookie
Package cookie
Short Description PHP functions to handle cookie operations more easily.
License MIT
Homepage https://github.com/hxgf/cookie
Please rate this library. Is it a good library?
Informations about the package cookie
VPHP - Cookie
Vanilla PHP functions to more easily handle cookie operations.
Installation
Easy install with composer:
Usage
cookie::set($key, $value, $parameters)
Sets a cookie with a specific key for a specific amount of time. Native PHP setcookie() parameters are allowed. All parameters are optional.
cookie::get($key)
Returns the value of a specific cookie.
cookie::delete($key)
Deletes a specific cookie.
All versions of cookie with dependencies
PHP Build Version
Package Version
No informations.
The package jyoungblood/cookie contains the following files
Loading the files please wait ....