Download the PHP package taitava/silverstripe-eucookielawpopup without Composer

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

Taitava/silverstripe-eucookielawpopup

Uses jQuery and wimagguc/jquery-eu-cookie-law-popup to create a popup element telling the visitor that the website uses cookies. Note that this module is basically just a wrapper on the latter mentioned library in order to allow easy implementations in SilverStripe projects.

Requirements

This module requires SilverStripe 4.x framework. The CMS module is also required.

Installation

1. Install the module using composer

2. Add this HTML snippet somewhere in your themes/***/templates/Page.ss template

The popup message will be rendered into that element. If you want to change the class attribute to something else, or use an ID attribute instead of a class, you can configure a custom jQuery selector in your application's YAML config:

Create a file app/_config/eucookielawpopup.yml:

Remember to run /dev/build?flush=all in your browser after changing the selector.

3. All configuration options

These are the default values:

4. Optional template variables

You can use these variables in any of your templates for additional features.

Future plans

Have your own ideas? Please let me know in the issues! :) Pull requests are also welcome.

Author

The original JavaScript library: wimagguc/jquery-eu-cookie-law-popup.

The SilverStripe module: Jarkko Linnanvirta [email protected]


All versions of silverstripe-eucookielawpopup with dependencies

PHP Build Version
Package Version
Requires silverstripe/framework Version ^4.0
silverstripe/cms Version ^4.0
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 taitava/silverstripe-eucookielawpopup contains the following files

Loading the files please wait ....