PHPackages                             openeuropa/oe\_ai\_provider\_gpt\_at\_ec - 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. openeuropa/oe\_ai\_provider\_gpt\_at\_ec

ActiveDrupal-module

openeuropa/oe\_ai\_provider\_gpt\_at\_ec
========================================

Enables the use of GPT@EC as provider for the AI module.

1.x-dev(3w ago)119↑2584.2%EUPL-1.2PHP

Since Jul 24Pushed 3w agoCompare

[ Source](https://github.com/openeuropa/oe_ai_provider_gpt_at_ec)[ Packagist](https://packagist.org/packages/openeuropa/oe_ai_provider_gpt_at_ec)[ RSS](/packages/openeuropa-oe-ai-provider-gpt-at-ec/feed)WikiDiscussions 1.x Synced today

READMEChangelog (3)Dependencies (4)Versions (5)Used By (0)

OpenEuropa GPT@EC AI Provider
=============================

[](#openeuropa-gptec-ai-provider)

Enables the use of GPT@EC as provider for the Drupal AI module.

Installation
------------

[](#installation)

Add this repository to your composer.json:

```
repositories: [
  {
    "type": "git",
    "url": "https://github.com/openeuropa/oe_ai_provider_gpt_at_ec"
  },
  {
    "type": "git",
    "url": "https://github.com/openeuropa/gpt-at-ec-php-client"
  },
  ...
]

```

then execute:

```
composer require openeuropa/oe_ai_provider_gpt_at_ec
```

Install and enable as you would normally install a contributed Drupal module. For further information, see [Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules).

Configuration
-------------

[](#configuration)

In order to use the provider, you need a GPT@EC key.
Once you have obtained one, the recommended approach is to set the value as environmental variable, e.g. `KEY_AI_GPT_AT_EC`.

Log in as a user with administrative rights, and create a new key in Drupal by visiting `/admin/config/system/keys/add`:

- *Key name*: any name easily identifiable.
- *Key type*: set to `Authentication`.
- *Key provider*: select `Environment`.
- *Environment variable*: enter the variable name, e.g. as above `KEY_AI_GPT_AT_EC`.

Save the new key. Now visit `/admin/config/ai/providers/gpt-at-ec`. Select the key previously created and save.
If the key was valid, you should see a success message and a list of models, for which you can check the quota consumption.

Now you can use GPT@EC as provider for any AI module functionality.

Development
-----------

[](#development)

Inside the cloned project run:

```
# Fire up the Docker containers.
ddev start
# Install the PHP dependencies.
ddev poser
# Symlink the module inside "web/modules/custom".
ddev symlink-project
# Install Drupal and enable the module.
ddev install
# Run this if you want to use the eslint command.
ddev exec "cd web/core && yarn install"
```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance95

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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 ~85 days

Total

5

Last Release

23d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d3b1f4079f9a82f6dd88fe6577d1256b4ecbbccbcd4a4ec9bea7c2fd6f72b99a?d=identicon)[DIGIT-CORE](/maintainers/DIGIT-CORE)

---

Top Contributors

[![brummbar](https://avatars.githubusercontent.com/u/8488617?v=4)](https://github.com/brummbar "brummbar (21 commits)")

### Embed Badge

![Health badge](/badges/openeuropa-oe-ai-provider-gpt-at-ec/health.svg)

```
[![Health](https://phpackages.com/badges/openeuropa-oe-ai-provider-gpt-at-ec/health.svg)](https://phpackages.com/packages/openeuropa-oe-ai-provider-gpt-at-ec)
```

###  Alternatives

[az-digital/az_quickstart

Arizona Quickstart

52280.4k3](/packages/az-digital-az-quickstart)[govcms/govcms

GovCMS Drupal Distribution

198102.2k3](/packages/govcms-govcms)

PHPackages © 2026

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