Cookie Service

1.0.5 2018-09-04 09:27 UTC

This package is auto-updated.

Last update: 2024-03-13 20:16:35 UTC


README

Basic Cookie Service

TODO - Run Unit Tests TODO - Connect to Travis

Table of Contents

Background

Used to create and read XML files

Usage

Usage of the Cookie service

$ composer require devtoolboxuk/CookieService

Then include Composer's generated vendor/autoload.php to enable autoloading:

require 'vendor/autoload.php';
use devtoolboxuk/CookieService;

$this->CookieService = new CookieService();

Acknowledgements

@Josantonius - Started off with Josantonius code, and added a couple of new features.

Maintainers

@DevToolboxUk.

License

MIT © DevToolboxUK