code-rhapsodie/connector-mistral

Connector for Mistral in Ibexa

Package info

github.com/code-rhapsodie/connector-mistral

Type:ibexa-bundle

pkg:composer/code-rhapsodie/connector-mistral

Statistics

Installs: 54

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

v2.0.2 2025-10-01 07:59 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 0cabcf53004843e9e8ce7a037f48212d29fa0d30

  • Jean-Baptiste Nahan <jean-baptiste.woop@code-rhapsodie.fr>
  • Loïc A. <loic.woop@code-rhapsodie.fr>
  • Code Rhapsodie

aiiaibexaibexa-dxpmistral

This package is auto-updated.

Last update: 2026-06-29 02:17:23 UTC


README

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

NOTE This Mistral 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-mistral

Step 2: Enable the bundle

// config/bundles.php

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

Step 3: Configure your api key

#.env

MISTRAL_API_KEY=your-mistral-api-key-here

Step 4: Import generic IA Action migration

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

Step 5: Execute Ibexa migration

 php bin/console ibexa:migrations:migrate