2017 © Pedro Peláez
 

library cookie

Cookie component contains methods that assist in working with cookies.

image

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

The README.md

Cookie Component

version MIT License, (*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)

The Versions

12/04 2018

dev-master

9999999-dev https://github.com/flextype-components/cookie

Cookie component contains methods that assist in working with cookies.

  Sources   Download

MIT

The Requires

  • php ^7.1.3

 

cookie cookies

12/04 2018

v1.1.0

1.1.0.0 https://github.com/flextype-components/cookie

Cookie component contains methods that assist in working with cookies.

  Sources   Download

MIT

The Requires

  • php ^7.1.3

 

cookie cookies