Download the PHP package dahas/cookie_management without Composer
On this page you can find all versions of the php package dahas/cookie_management. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cookie_management
Cookie Management
A script to easily handle cookies.
Requirements
- jQuery
Usage
- Include the file after the jQuery library:
<script src="[your_path]/cookie_mgmt.js" type="text/javascript"></script>
- Make an instance:
var Cookie = new Cookie(name[, expDays, path]);
- Adding a value to the cookie (creates cookie, if it doesn´t exist):
Cookie.set(parameter, value);
- Reading a paramter from the cookie:
Cookie.get(parameter);
- Deleting a parameter and its value (removes the cookie, if no further parameters exist):
Cookie.clear(parameter);
- Remove the cookie:
Cookie.remove();
License
MIT
All versions of cookie_management with dependencies
PHP Build Version
Package Version
Requires
components/jquery Version
^3.1
The package dahas/cookie_management contains the following files
Loading the files please wait ....