Craft CMS plugin
Clym CMP for Craft CMS
Integrate the Clym consent and accessibility widget into your Craft CMS site. Once configured, the Clym widget is automatically injected into every front-end page.
Requirements
- Craft CMS 4.x or 5.x
- PHP 8.0 or higher
- A Clym account — log in at auth.clym.io or register at register.clym.io
Installation
Via Composer (recommended)
Run the following command in your Craft project root:
composer require clymio/craft-clym-cmp
Then install the plugin in Craft:
php craft plugin/install clym-cmp
Via the Craft Plugin Store
- Go to your Craft control panel
- Navigate to Settings → Plugins
- Search for Clym CMP
- Click Install
Configuration
- In the Craft control panel, go to Settings → Plugins → Clym CMP → Settings
- Enter your Widget ID in the field provided
- Click Save
Your Widget ID can be found in your Clym Control Center at auth.clym.io.
Verification
Visit any front-end page of your site and view the page source. You should see the following two script tags immediately after the opening <head> tag:
<script src='https://config.clym-widget.net/v2/YOUR-WIDGET-ID.js'></script>
<script src='https://widget-next.clym-sdk.net/v2/stub.js' data-property='YOUR-WIDGET-ID'></script>
Uninstalling
Go to Settings → Plugins → Clym CMP and click Uninstall. All plugin settings will be removed automatically.
Support
- Documentation: knowledge.clym.io
- Email: support@clym.io
Updated on: 13/05/2026
Thank you!
