All Projects → DSMDesign → gdpr-cookie

DSMDesign / gdpr-cookie

Licence: MIT License
Php Cookie checker for Analytics and Tawk.To (GDPR Compliance)

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to gdpr-cookie

react-cookie-law
React Cookie Law is a cookie-info banner compliance with the GDPR and the EU cookie law. It allows the user to give consent in a granular way.
Stars: ✭ 103 (+390.48%)
Mutual labels:  cookie, gdpr
Cookies Eu Banner
1kb vanilla JS script which manages cookies consent banner display like asked by GDPR
Stars: ✭ 326 (+1452.38%)
Mutual labels:  cookie, gdpr
javascript-cookie-control
Javascript module for controling cookie consent on your website
Stars: ✭ 18 (-14.29%)
Mutual labels:  cookie, gdpr
Simple Cookie Choices
A simple cookie choices thought to the GDPR rules 🔒🍪
Stars: ✭ 12 (-42.86%)
Mutual labels:  cookie, gdpr
privera
Use the tools you know. Respect users' privacy. Forget cookie consents. Comply with GDPR, ePrivacy, COPPA, CalOPPA, PECR, PIPEDA, CASL; you name it.
Stars: ✭ 23 (+9.52%)
Mutual labels:  cookie, gdpr
Cookiescanner
Cookie Scanner for GDPR compliance
Stars: ✭ 126 (+500%)
Mutual labels:  cookie, gdpr
Klaro
Klaro! A privacy and security tool for your website.
Stars: ✭ 640 (+2947.62%)
Mutual labels:  cookie, gdpr
silverstripe-cookie-consent
GDPR compliant cookie popup and consent checker
Stars: ✭ 16 (-23.81%)
Mutual labels:  cookie, gdpr
PolishCookieConsent
Polish Cookie Consent is an extension, which automatically accepts privacy policy/GDPR on websites.
Stars: ✭ 17 (-19.05%)
Mutual labels:  cookie, gdpr
GDPRConsent
No description or website provided.
Stars: ✭ 80 (+280.95%)
Mutual labels:  gdpr
node-fetch-cookies
node-fetch wrapper that adds support for cookie-jars
Stars: ✭ 15 (-28.57%)
Mutual labels:  cookie
nio
Privacy Management Toolbox to implement GDPR
Stars: ✭ 31 (+47.62%)
Mutual labels:  gdpr
GDPRChecker
GDPR Checker is a library to implement GDPR for your android projects
Stars: ✭ 16 (-23.81%)
Mutual labels:  gdpr
laravel-boolean-dates
Automatically convert Eloquent model boolean attributes to dates (and back).
Stars: ✭ 31 (+47.62%)
Mutual labels:  gdpr
HPI
Human Programming Interface - a way to unify, access and interact with all of my personal data [my modules]
Stars: ✭ 31 (+47.62%)
Mutual labels:  gdpr
c3
𝗖𝟯 provides compliant AWS CDK components to various security standards.
Stars: ✭ 24 (+14.29%)
Mutual labels:  gdpr
virgil-sdk-net
Virgil Core SDK allows developers to get up and running with Virgil Cards Service API quickly and add end-to-end security to their new or existing digital solutions to become HIPAA and GDPR compliant and more.
Stars: ✭ 16 (-23.81%)
Mutual labels:  gdpr
UPC-UPV-for-IITC
Generating coordinate information of UPC / UPV for IITC according to your private Ingress GDPR data
Stars: ✭ 24 (+14.29%)
Mutual labels:  gdpr
cordova-plugin-wkwebview-inject-cookie
Injects a cookie in order to start the sync processs with wkWebView
Stars: ✭ 43 (+104.76%)
Mutual labels:  cookie
ItroublveTSC
Official Source of ItroublveTSC, totally open source. No virus or anything. Feel free to have a look :)
Stars: ✭ 82 (+290.48%)
Mutual labels:  cookie

DSM Cookie 2.3

Software License Scrutinizer Code Quality Build Status

PHP cookie checker for Google Analytics, Tawk.To, Smartsupp and HotJar (GDPR Compliance)

This small class will add a cookie toggle window to any website.

To add this functionality within a site simply follow the below steps :

  1. Upload the entire dsmCookie folder into the public_html (or similar) root folder of your website.

  2. If done correctly you will then be able to visit [domain]/dsmCookie/install-check.txt and see the "Installed correctly" message.

  3. Then add the following code at the very end / just before the closing body tag of each page:

<?php require_once $_SERVER['DOCUMENT_ROOT'].'/dsmCookie/output/scwCookie.php'; ?>
  1. Rename config.example.ini to config.ini

  2. Then open config.ini in your chosen editor and set the values to match your site configuration

Thats it, a window will now display in the footer of your site allowing people to manage the cookies you use.

Remember to remove any previous cookie code, this will handle that from now on

Demo

A live example is available here: https://dsmdesign.co.uk

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].