Download the PHP package hxgf/cookie without Composer
On this page you can find all versions of the php package hxgf/cookie. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor hxgf
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
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 hxgf/cookie contains the following files
Loading the files please wait ....