PHP code example of riclep / cookie-law

1. Go to this page and download the library: Download riclep/cookie-law library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

riclep / cookie-law example snippets




return array (
	'message' => '',
	'accept-button' => '',
	'reject-button' => '',
	'customise-button' => '',

	'details' => '',
	'categories' => array(
		'' => '', 
		'' => '', 
		//e.g. 'Analytics cookies' => ''
	),
	'accepted' => '',
	'rejected' => '',
);