PHPackages                             yomeva/open-ai-bundle - 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. [API Development](/categories/api)
4. /
5. yomeva/open-ai-bundle

ActiveSymfony-bundle[API Development](/categories/api)

yomeva/open-ai-bundle
=====================

This bundles allows you to make calls to the OpenAI APIs.

1.0.2(1y ago)0104MITPHP

Since Nov 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/AlfredWallace/YomevaOpenAiBundle)[ Packagist](https://packagist.org/packages/yomeva/open-ai-bundle)[ RSS](/packages/yomeva-open-ai-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (11)Versions (5)Used By (0)

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require yomeva/openai-bundle
```

### Step 2: Check if the Bundle is enabled, and if not, enable it

[](#step-2-check-if-the-bundle-is-enabled-and-if-not-enable-it)

By adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Yomeva\OpenAiBundle\YomevaOpenAiBundle::class => ['all' => true],
];
```

### Step 3: Add a OpenAI API key env var to a config file

[](#step-3-add-a-openai-api-key-env-var-to-a-config-file)

Define the YAML config as follows and use an environment variable

```
# config/packages/yomeva_open_ai.yaml

yomeva_open_ai:
    api_key: '%env(resolve:OPEN_AI_API_KEY)%'
```

### Step 4: Add a staging project OpenAI API key to a .env.test.local file for PHPUnit (data of this OpenAI project can be lost)

[](#step-4-add-a-staging-project-openai-api-key-to-a-envtestlocal-file-for-phpunit-data-of-this-openai-project-can-be-lost)

```
OPEN_AI_API_TEST_KEY=your-staging-key

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Total

3

Last Release

533d ago

### Community

Maintainers

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

---

Top Contributors

[![AlfredWallace](https://avatars.githubusercontent.com/u/7476515?v=4)](https://github.com/AlfredWallace "AlfredWallace (15 commits)")

---

Tags

openaiOpen AI

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/yomeva-open-ai-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/yomeva-open-ai-bundle/health.svg)](https://phpackages.com/packages/yomeva-open-ai-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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