devtoolboxuk / cookie
Cookie Service
1.0.5
2018-09-04 09:27 UTC
Requires
- php: >=5.4.16
Requires (Dev)
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
License
MIT © DevToolboxUK