Download the PHP package kingfisherdirect/magento2-cookieconsent without Composer

On this page you can find all versions of the php package kingfisherdirect/magento2-cookieconsent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package magento2-cookieconsent

Cookie Consent for Magento 2 Integration

This Magento 2 module integrates the popular CookieConsent script into your Magento store, allowing you to comply with cookie consent regulations and enhance user privacy.

[!IMPORTANT]
Installation and using this module requires programming knowledge. This is nowhere near a module you'd expect for Magento 2. All configuration happens programmatically and there is no admin configuration at all!

Installation

Configuration

[!NOTE]
This module requires Configuration / General / Web / Defalt Cookie Settings / Cookie Restriction mode to be disabled

Once module is installed you'll have to configure it with the services your website uses.

In order to do so, copy the config file into the theme dedicated to your website only.

Then follow Configuration Reference to adjust configuration to make banner match your needs.

Making script respecting the choice made in banner is something that needs to be done manually and carefully. This is on per-script/service basis.

Google gtag

This module includes small change for Google gtag, since it's included by default in Magento and is commonly used. By default the consent is sent to denied as per consent mode documentation


All versions of magento2-cookieconsent with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package kingfisherdirect/magento2-cookieconsent contains the following files

Loading the files please wait ....