2026-01-27 08:47:56 +01:00
2026-01-27 08:47:56 +01:00
2026-01-27 08:47:56 +01:00
2026-01-27 08:47:56 +01:00
2026-01-27 08:47:56 +01:00
2026-01-27 08:47:56 +01:00
2026-01-27 08:47:56 +01:00
2026-01-27 08:47:56 +01:00
2026-01-27 08:47:56 +01:00
2026-01-27 08:47:56 +01:00
2026-01-27 08:47:56 +01:00
2026-01-27 08:47:56 +01:00
2026-01-27 08:47:56 +01:00
2026-01-27 08:47:56 +01:00
2026-01-27 08:47:56 +01:00

Code Rhapsodie Connector Claude Bundle

The code-rhapsodie/connector-claude bundle integrates Claude into Ibexa DXP, enabling AI-assisted content generation and editing capabilities directly from the Ibexa Back Office.

Note

This Claude AI connector is experimental and may not be suitable for production use. Use at your own risk.

Installation

Step 1: Install the bundle via composer

  composer require code-rhapsodie/connector-claude

Step 2: Enable the bundle

// config/bundles.php

return [
    // ...
    CodeRhapsodie\Bundle\ConnectorClaude\CRConnectorClaudeBundle::class => ['all' => true],
];

Step 3: Configure your api key

#.env

CLAUDE_API_KEY=your-claude-api-key-here

Step 4: Import generic IA Action migration

  php bin/console ibexa:migrations:import vendor/code-rhapsodie/connector-claude/src/bundle/Resources/migrations/claude_action_configurations.yaml

Step 5: Execute Ibexa migration

  php bin/console ibexa:migrations:migrate
Description
No description provided
Readme MIT 64 KiB
Languages
PHP 100%