A simple Kohana Cookie law module.
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');
The best way to install module is to use Composer.