PHPackages                             code-rhapsodie/connector-mistral - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. code-rhapsodie/connector-mistral

ActiveIbexa-bundle[Utility &amp; Helpers](/categories/utility)

code-rhapsodie/connector-mistral
================================

Connector for Mistral in Ibexa

v2.0.2(9mo ago)254MITPHPPHP ^8.3CI passing

Since Sep 30Pushed 9mo agoCompare

[ Source](https://github.com/code-rhapsodie/connector-mistral)[ Packagist](https://packagist.org/packages/code-rhapsodie/connector-mistral)[ RSS](/packages/code-rhapsodie-connector-mistral/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (36)Versions (7)Used By (0)

Code Rhapsodie Connector Mistral Bundle
=======================================

[](#code-rhapsodie-connector-mistral-bundle)

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
------------

[](#installation)

### Step 1: Install the bundle via composer

[](#step-1-install-the-bundle-via-composer)

```
  composer require code-rhapsodie/connector-mistral
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

```
// config/bundles.php

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

### Step 3: Configure your api key

[](#step-3-configure-your-api-key)

```
#.env

MISTRAL_API_KEY=your-mistral-api-key-here
```

### Step 4: Import generic IA Action migration

[](#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

[](#step-5-execute-ibexa-migration)

```
  php bin/console ibexa:migrations:migrate
```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance58

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

276d ago

Major Versions

v1.0.0 → v2.0.02025-09-30

v1.0.1 → v2.0.12025-09-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/a15c90b32e75c27fc63f79357a914b4caa7af5fdb69a2e150341515ddececf95?d=identicon)[Macintosh\_plus](/maintainers/Macintosh_plus)

![](https://www.gravatar.com/avatar/bd1154ec55c164982303d9eb60bb5f0e7073fcded4ced5094696c23a933b26f1?d=identicon)[jeremycr](/maintainers/jeremycr)

---

Top Contributors

[![jbcr](https://avatars.githubusercontent.com/u/51637606?v=4)](https://github.com/jbcr "jbcr (13 commits)")

---

Tags

ibexa-ai-connectoribexa-bundleibexa-dxpmistral-aiaimistralibexa-dxpibexaia

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Type Coverage Yes

### Embed Badge

![Health badge](/badges/code-rhapsodie-connector-mistral/health.svg)

```
[![Health](https://phpackages.com/badges/code-rhapsodie-connector-mistral/health.svg)](https://phpackages.com/packages/code-rhapsodie-connector-mistral)
```

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
