An open API service indexing awesome lists of open source software.

https://github.com/nystudio107/craft-cookies

A simple plugin for setting and getting cookies from within Craft CMS templates.
https://github.com/nystudio107/craft-cookies

cookies craft-plugin craft3 craftcms

Last synced: about 1 year ago
JSON representation

A simple plugin for setting and getting cookies from within Craft CMS templates.

Awesome Lists containing this project

README

          

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nystudio107/craft-cookies/badges/quality-score.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-cookies/?branch=v5) [![Code Coverage](https://scrutinizer-ci.com/g/nystudio107/craft-cookies/badges/coverage.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-cookies/?branch=v5) [![Build Status](https://scrutinizer-ci.com/g/nystudio107/craft-cookies/badges/build.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-cookies/build-status/v5) [![Code Intelligence Status](https://scrutinizer-ci.com/g/nystudio107/craft-cookies/badges/code-intelligence.svg?b=v5)](https://scrutinizer-ci.com/code-intelligence)

# Cookies plugin for Craft CMS 5.x

A simple plugin for setting and getting cookies from within [Craft CMS](http://craftcms.com) templates.

![Screenshot](./docs/docs/resources/img/plugin-logo.png)

## Requirements

This plugin requires Craft CMS 5.0.0 or later.

**Installation**

1. Install with Composer via `composer require nystudio107/craft-cookies` from your project directory
2. 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](https://nystudio107.com/plugins/cookies/documentation)

Brought to you by [nystudio107](http://nystudio107.com)