wy / cookie-handling
Cookie handling in neos with user consent
Installs: 5 901
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 7
Forks: 2
Open Issues: 4
Type:neos-plugin
Requires
- php: ^7.3 || ^8.0
- neos/neos: ^7.0
- dev-master
- v2.x-dev
- 2.1.0
- 2.0.1
- 2.0.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-feature/neos-8-compatibility
- dev-feature/PSR15-middleware
- dev-bugfix/encoding-for-cookie-value
- dev-bugfix/different-cookie-versions-possible
- dev-force-add-cookie
- dev-bugfix/prevent-cookiejar-override
- dev-fix-chaining
- dev-feature/vanilla-js
- dev-bugfix/update-babel-compat-data-for-vuepress-documentation
- dev-feature/update-cookie-lifetime
- dev-bugfix/default-check-remains
- dev-bugfix/invalid-cookie-name
- dev-refactoring
This package is auto-updated.
Last update: 2023-06-16 12:06:51 UTC
README
Neos component and jQuery to safely deal with cookies and make their handling conform with European law (GDPR). This package provides simple and fast to use functions and a cookie layer.
Documentation
Installation
You can add this package via composer. Check the requirements and run the commands below.
Requirements:
- PHP: >= 7.3
- Neos: >= 7.0
Composer command:
composer require wy/cookie-handling
Apply migrations:
./flow flow:doctrine:migrate
Contributing
Pull requests are welcome. For major changes please open an issue first to discuss what you would like to change.
Authors
Sven Wütherich Alexander Schulte Eva-Maria Müller Marvin Kuhn
License
This package is released under the MIT License (MIT). Please see the License File for more information.