{"id":28695828,"url":"https://github.com/code-rhapsodie/connector-gemini","last_synced_at":"2025-10-12T07:36:55.047Z","repository":{"id":298263543,"uuid":"999384709","full_name":"code-rhapsodie/connector-gemini","owner":"code-rhapsodie","description":"Google Gemini connector for Ibexa DXP 4.6+","archived":false,"fork":false,"pushed_at":"2025-07-31T07:13:49.000Z","size":52,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-08T03:27:52.864Z","etag":null,"topics":["ai","gemini","gemini-api","ibexa","ibexa-bundle","ibexa-dxp"],"latest_commit_sha":null,"homepage":"https://www.code-rhapsodie.fr","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/code-rhapsodie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-10T07:07:44.000Z","updated_at":"2025-07-31T07:13:52.000Z","dependencies_parsed_at":"2025-07-31T08:29:28.671Z","dependency_job_id":"bffa9b30-fbc6-4fbb-be07-2add81b7d895","html_url":"https://github.com/code-rhapsodie/connector-gemini","commit_stats":null,"previous_names":["code-rhapsodie/connector-gemini"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/code-rhapsodie/connector-gemini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-rhapsodie%2Fconnector-gemini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-rhapsodie%2Fconnector-gemini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-rhapsodie%2Fconnector-gemini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-rhapsodie%2Fconnector-gemini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-rhapsodie","download_url":"https://codeload.github.com/code-rhapsodie/connector-gemini/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-rhapsodie%2Fconnector-gemini/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008816,"owners_count":26084518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","gemini","gemini-api","ibexa","ibexa-bundle","ibexa-dxp"],"created_at":"2025-06-14T09:08:22.614Z","updated_at":"2025-10-12T07:36:55.015Z","avatar_url":"https://github.com/code-rhapsodie.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code Rhapsodie Connector Gemini Bundle\n\nThe 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.\n\n## Installation\n\n### Step 1: Install the bundle via composer\n```bash\n  composer require code-rhapsodie/connector-gemini\n```\n\n### Step 2: Enable the bundle\n````php\n// config/bundles.php\n\nreturn [\n    // ...\n    CodeRhapsodie\\Bundle\\ConnectorGemini\\CRConnectorGeminiBundle::class =\u003e ['all' =\u003e true],\n];\n````\n\n### Step 3: Configure your api key\n```dotenv\n#.env\n\nGEMINI_API_KEY=your-google-gemini-api-key-here\n```\n\n### Step 4: Import generic IA Action migration\n```bash\n  php bin/console ibexa:migrations:import vendor/code-rhapsodie/connector-gemini/src/bundle/Resources/migrations/action_configurations.yaml\n```\n\n### Step 5: Execute Ibexa migration\n```bash\n  php bin/console ibexa:migrations:migrate\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-rhapsodie%2Fconnector-gemini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-rhapsodie%2Fconnector-gemini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-rhapsodie%2Fconnector-gemini/lists"}