Download the PHP package mjpr/cookiebot without Composer

On this page you can find all versions of the php package mjpr/cookiebot. 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 cookiebot


Cookiebot for TYPO3 - Documentation

  1. Installation ===============

Install via composer

composer require mjpr/cookiebot

Install via Extension Manager

  1. Open Extension Manager in TYPO3 backend
  2. Download and install extension cookiebot
  3. Integration ==============

To use cookiebot you need a cookiebot-account & domaingroup-id / CBID. If you don't have a cookiebot-account or an domaingroup-id you can generate one on https://www.cookiebot.com

  1. Include static template
  2. Add your cookiebot domaingroup-id / CBID (Format: 00000000-0000-0000-0000-000000000000) in the constants-editor or use plugin.tx_cookiebot_cookiebot.settings.apikey in the constants.
  3. After that your cookie consent banner will show up as configured in your cookiebot.com-settings.
  4. Add the plugin Cookiebot as an content-element on the specific page and at the exact position where you would like the cookie declaration to appear.
  5. (optional) Select cookie blockingmode (automatic cookie blocking or manual cookie blocking) in the constants-editor or use plugin.tx_cookiebot_cookiebot.settings.blockingmode in the constants. Default-Setting: Automatic cookie blocking. Please note the instructions for manual cookie blocking on https://www.cookiebot.com/en/manual-implementation/
  6. TYPO3-Version support ========================

Cookiebot extension supports TYPO3 version 8, 9 and upcomming version 10.

  1. Changelog ============ Version 1.1.0 -------------
  2. Now you can change between automatic or manual cookie blocking mode.

Version 1.0.2

Version 1.0.1

Version 1.0.0

TYPO3 Extension repository


All versions of cookiebot with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^8.7 || ^9.5 || ^10.1
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 mjpr/cookiebot contains the following files

Loading the files please wait ....