Download the PHP package waconcookiemanagement/wacon-cookie-management without Composer

On this page you can find all versions of the php package waconcookiemanagement/wacon-cookie-management. 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 wacon-cookie-management

Wacon Cookie Management(WCM)

WCM is a typo3 extension that enables website visitors to control and manage the usage of cookies on the website(commonly known as "cookie consent box"). Thus it helps website owner to be in line with the rules of the General Data Protection Regulation (GDPR) which took effect on 25 May 2018.

Compatibility

Extension TYPO3 PHP Support / Development
dev-main 10 - 12 8.0 - 8.2 features, bugfixes, security updates
4.0 11 - 12 8.0 - 8.2 features, bugfixes, security updates
3.5 10 - 11 7.4 - 8.1 bugfixes, security updates
3.3 - 3.4 10 - 11 7.4 - 8.1 bugfixes, security updates
3.2 10 - 11 7.4 bugfixes, security updates
2.0 - 2.1 9 - 10 none
1.1 - 1.2 7 - 9 none

Installation & Configuration

  1. Download the extension wacon_cookie-management from the TYPO3 Repository or gitHub. Install the extension and activate it with the extension manager.

  2. Include the template "Wacon Cookie Management" in your root template

Cookies

  1. Create a folder in your page tree(e.g. "cookies")
  2. Switch to the list module and add a new record(Wacon Cookie Management -> Cookie) for each used cookie
  3. Fill out the fields according for each cookie

Include plugin

  1. Create a "plugin"-content element "Cookie Freigabe" As this content element is responsible for the first pop-up & represents the button to open the cookie consent box, make sure it is part of the main template, e.g. by including it in the footer.

  2. Configure the plugin
    • force pop-up for first visitors (e.g. due to tracking code)
    • link to the imprint page
    • link to the legal notice page
    • the cookie folder

Include external scripts

Each external script that is used by the website and is responsible for a cookie you defined in your cookie folder has to be encapsulated with the plugin "Externes Script einbinden":

  1. Create a plugin content element "Externes Script einbinden"
  2. Define the needed cookie
  3. Define the JavaScript-Code that is proposed to be added to the page if this cookie is enabled
  4. If you wish to show disabled elements(e.g. represented by a frosted glas effect) like googleMaps, Twitter Time etc. you can define an appropriate image and a short text(e.g. "click here to enable me")

License

The extension is licensed unter the GNU General Public License v2

More information

Find more information on our website


All versions of wacon-cookie-management with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^12.4 || ^13.4
php Version ^8
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 waconcookiemanagement/wacon-cookie-management contains the following files

Loading the files please wait ....