/kohana-cookieschoice

Cookie law module for Kohana

Primary LanguagePHPMIT LicenseMIT

Kohana Cookie law module

A simple Kohana Cookie law module.

Usage

Add module to your application modules in bootstrap.php:

Kohana::modules(array(
	'cookieschoice' => DOCROOT . 'vendor/mariyo/kohana-cookieschoice',
));

and in your template call method render:

Cookieschoice::render('default');

Installation

The best way to install module is to use Composer.