2017 © Pedro Peláez
 

symfony-bundle cookie-consent-bundle

Symfony Bundle for the popular Cookie Consent plugin

image

indigophp/cookie-consent-bundle

Symfony Bundle for the popular Cookie Consent plugin

  • Tuesday, January 17, 2017
  • by mark.sagikazar
  • Repository
  • 4 Watchers
  • 16 Stars
  • 2,526 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 3 Open issues
  • 3 Versions
  • 27 % Grown

The README.md

Indigo Cookie Consent Bundle

Latest Version Software License Build Status Code Coverage Quality Score Total Downloads, (*1)

Symfony Bundle for the popular Cookie Consent plugin., (*2)

Install

Via Composer, (*3)

``` bash $ composer require indigophp/cookie-consent-bundle, (*4)


Enable the bundle in your kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Indigo\Bundle\CookieConsentBundle\IndigoCookieConsentBundle(), ); }

Usage

Add Cookie Consent to your website., (*5)

Configure the bundle:, (*6)

``` yaml indigo_cookie_consent: options: # any options you would pass to the plugins (except labels: message, dismiss, learnMore) # see https://silktide.com/tools/cookie-consent/docs/installation script: false # You can turn script off or pass a script location (eg. to use a specific version), (*7)


**Note:** labels are automatically translated. Translations are in `IndigoCookieConsentBundle` domain (PRs welcome). Use the `cookie_consent_render` method in your Twig template: `{{ cookie_consent_render() }}` ## Testing ``` bash $ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*8)

Security

If you discover any security related issues, please contact us at security@indigophp.com., (*9)

Credits

Many thanks to David Buchmann for helping me with my First Symfony Bundle (tm)., (*10)

License

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

The Versions

17/01 2017

dev-master

9999999-dev https://indigophp.com

Symfony Bundle for the popular Cookie Consent plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

by Márk Sági-Kazár

cookie

08/12 2015

v0.2.0

0.2.0.0 https://indigophp.com

Symfony Bundle for the popular Cookie Consent plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

by Márk Sági-Kazár

cookie

07/12 2015

v0.1.0

0.1.0.0 https://indigophp.com

Symfony Bundle for the popular Cookie Consent plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

by Márk Sági-Kazár

cookie