croct / plug-drupal
Drupal module to plug your Drupal site into Croct.
Requires
- php: ^8.2
- croct/plug-php: 0.1.0
- croct/plug-symfony: 0.1.0
Requires (Dev)
- croct/coding-standard: ^0.4.5
- drupal/core: ^10 || ^11
- ergebnis/composer-normalize: ^2.28
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.2
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/phpunit: ^11.5
- squizlabs/php_codesniffer: ^4.0
This package is auto-updated.
Last update: 2026-06-17 19:07:48 UTC
README
Croct Drupal Module
Bring dynamic, personalized content natively into your Drupal applications.
Introduction
Croct is a headless CMS that helps you manage content, run AB tests, and personalize experiences without the hassle of complex integrations.
This module provides seamless integration between Croct and Drupal, automatically bootstrapping the client-side SDK, syncing the identity from the current user, and resolving the locale from Drupal's language negotiation so you can deliver personalized content with no glue code.
Installation
Run this command to install the module:
composer require croct/plug-drupal
See our quick start guide for more details.
Documentation
Visit our official documentation.
Support
Join our official Slack channel to get help from the Croct team and other developers.
Contribution
Contributions are always welcome!
- Report any bugs or issues on the issue tracker.
- For major changes, please open an issue first to discuss what you would like to change.
- Please make sure to update tests as appropriate. Run tests with
composer test.
License
This library is licensed under the MIT license.