nystudio107 / craft-cookies
A simple plugin for setting and getting cookies from within Craft CMS templates.
Fund package maintenance!
khalwat
Installs: 433 398
Dependents: 7
Suggesters: 0
Security: 0
Stars: 37
Watchers: 5
Forks: 6
Type:craft-plugin
Requires
- php: ^8.2
- craftcms/cms: ^5.0.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
- dev-develop-v5
- v5.x-dev
- 5.0.0
- 5.0.0-beta.1
- v4.x-dev
- 4.0.1
- 4.0.0
- 4.0.0-beta.1
- v1.x-dev
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- dev-dependabot/npm_and_yarn/docs/rollup-4.22.4
- dev-dependabot/npm_and_yarn/docs/vite-5.4.6
- dev-develop-v4
- dev-develop
This package is auto-updated.
Last update: 2024-10-24 00:23:20 UTC
README
Cookies plugin for Craft CMS 5.x
A simple plugin for setting and getting cookies from within Craft CMS templates.
Requirements
This plugin requires Craft CMS 5.0.0 or later.
Installation
- Install with Composer via
composer require nystudio107/craft-cookies
from your project directory - Install the plugin via
./craft install/plugin cookies
via the CLI -or- in the Craft Control Panel under Settings > Plugins
You can also install Cookies via the Plugin Store in the Craft Control Panel.
Documentation
Click here -> Cookies Documentation
Brought to you by nystudio107