https://github.com/thejuse/cookiebanner
TYPO3 extension to add a CookieConsent Banner
https://github.com/thejuse/cookiebanner
cookie cookiebanner cookieconsent typo3 typo3-cms typo3-cms-extension
Last synced: 8 months ago
JSON representation
TYPO3 extension to add a CookieConsent Banner
- Host: GitHub
- URL: https://github.com/thejuse/cookiebanner
- Owner: Thejuse
- License: gpl-2.0
- Created: 2018-03-14T08:56:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T11:28:48.000Z (almost 6 years ago)
- Last Synced: 2025-03-25T08:35:48.047Z (about 1 year ago)
- Topics: cookie, cookiebanner, cookieconsent, typo3, typo3-cms, typo3-cms-extension
- Language: PHP
- Homepage: https://extensions.typo3.org/extension/cookiebanner/
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# TYPO3 Extension cookiebanner
[](https://www.paypal.me/jseidlAT/5.99)
> TYPO3 Extension for adding a [CookieConsent](https://cookieconsent.insites.com) Banner
## Features
- [CookieConsent](https://cookieconsent.insites.com) Banner
- TYPO3 8, 9 & TYPO3 10
- full customizable
- documentation
## Usage
### Installation
#### Installation as extension from TYPO3 Extension Repository (TER) (recomened)
Download and install the extension with the extension manager module.
#### Manual Installation (FTP required)
- Download extension via GitHub or [TYPO3-Ter](https://extensions.typo3.org/extension/cookiebanner/)
- Go to your FTP and navigate to `/typo3conf/ext/` and upload the cookiebanner folder there
### Minimal Setup
1. Activate Extension in Extensionmanager
2. Include the static TypoScript of the extension
3. Edit Preferences in the Constants-Editor
## Help supporting further development
**Why?** The extension is a tool for GDPR/DSGVO and i always try to update it to the latest possible TYPO3 version.
**HOW?** There are multiple ways to support the further development
- **PayPal** Support me on [paypal.com](https://www.paypal.me/jseidlAT)
- **BuyMeACoffee** Support me on [buymeacoffee.com](https://www.buymeacoffee.com/jseidl)
## Administartion corner
### Versions and support
| cookiebanner | TYPO3 | PHP | Support/Development |
| ------------ | ---------- | --------- | ------------------------------------ |
| 1.x | 8.7 - 10.x | 7.0 - 7.4 | Features, Bugfixes, Security updates |
### Changelog
Please look [here in the changelog.md](https://github.com/Thejuse/cookiebanner/blob/master/CHANGELOG.md)
### Release Management
cookiebanner uses semantic versioning which basically means for you, that
- **bugfix update**s (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes.
- **minor updates** (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes.
- **major updates** (e.g. 1.0.0 => 2.0.0) breaking changes wich can be refactorings, features or bugfixes.
© 2018-2020 [Julian Seidl](https://www.jseidl.at)