library cookie
Cookie component contains methods that assist in working with cookies.
flextype-components/cookie
Cookie component contains methods that assist in working with cookies.
- Thursday, April 12, 2018
- by Awilum
- Repository
- 1 Watchers
- 0 Stars
- 83 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 66 % Grown
Cookie Component
, (*1)
Cookie component contains methods that assist in working with cookies., (*2)
Installation
composer require flextype-components/cookie
Usage
use Flextype\Component\Cookie\Cookie;
Set a cookie, (*3)
Cookie::set('username', 'Awilum');
Get a cookie, (*4)
$username = Cookie::get('username');
Delete a cookie, (*5)
Cookie::delete('username');
License
See LICENSE, (*6)