code-rhapsodie/connector-gemini
最新稳定版本:v1.0.3
Composer 安装命令:
composer require code-rhapsodie/connector-gemini
包简介
Connector for Google Gemini in Ibexa
关键字:
README 文档
README
The code-rhapsodie/connector-gemini bundle integrates Google Gemini into Ibexa DXP, enabling AI-assisted content generation and editing capabilities directly from the Ibexa Back Office.
Installation
Step 1: Install the bundle via composer
composer require code-rhapsodie/connector-gemini
Step 2: Enable the bundle
// config/bundles.php return [ // ... CodeRhapsodie\Bundle\ConnectorGemini\CRConnectorGeminiBundle::class => ['all' => true], ];
Step 3: Configure your api key
#.env GEMINI_API_KEY=your-google-gemini-api-key-here
Step 4: Import generic IA Action migration
php bin/console ibexa:migrations:import vendor/code-rhapsodie/connector-gemini/src/bundle/Resources/migrations/action_configurations.yaml
Step 5: Execute Ibexa migration
php bin/console ibexa:migrations:migrate
统计信息
- 总下载量: 558
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-10