Download the PHP package popphp/pop-cookie without Composer
On this page you can find all versions of the php package popphp/pop-cookie. 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 pop-cookie
pop-cookie
- Overview
- Install
- Quickstart
Overview
pop-cookie
is a component used to securely create and manage cookies in a PHP web environment.
With it, you can set and retrieve cookie values, as well as set required configuration options
for the web application environment.
pop-cookie
is a component of the Pop PHP Framework.
Top
Install
Install pop-cookie
using Composer.
composer require popphp/pop-cookie
Or, require it in your composer.json file
"require": {
"popphp/pop-cookie" : "^4.0.2"
}
Top
Quickstart
The cookie object can be created using the getInstance()
method, which takes an options array:
Available options
From there, you can interact with the cookie object.
Setting cookie values
Accessing cookie values
Unset cookie values
Top
All versions of pop-cookie with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2.0
The package popphp/pop-cookie contains the following files
Loading the files please wait ....