PHPackages                             webexmachina/api-ai-wrapper-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. webexmachina/api-ai-wrapper-bundle

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

webexmachina/api-ai-wrapper-bundle
==================================

WebEx Api Ai Wrapper Bundle.

v0.9.1(9mo ago)010Apache-2.0PHPPHP ^8.2

Since Jul 30Pushed 9mo agoCompare

[ Source](https://github.com/Web-Ex-Machina/api-ai-wrapper-bundle)[ Packagist](https://packagist.org/packages/webexmachina/api-ai-wrapper-bundle)[ RSS](/packages/webexmachina-api-ai-wrapper-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Web ex Machina AI API Wrapper Bundle
====================================

[](#web-ex-machina-ai-api-wrapper-bundle)

A Symfony bundle that provides a wrapper around the Web ex Machina AI API for SEO optimization, text processing, image metadata generation, and translation.

Features
--------

[](#features)

- Generate SEO titles and descriptions
- Optimize text for search engines
- Fix typos in text
- Generate SEO image titles and alt text
- Translate text between languages

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- Symfony Framework Bundle 6.4.x or 7.2.x
- Symfony HTTP Client 7.3+

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

[](#installation)

1. Install the bundle via Composer:

```
composer require webexmachina/api-ai-wrapper-bundle
```

2. If you're using Symfony Flex, the bundle will be automatically registered. Otherwise, add it to your `config/bundles.php`:

```
return [
    // ...
    WebExMachina\ApiAiWrapperBundle\ApiAiWrapperBundle::class => ['all' => true],
];
```

Usage
-----

[](#usage)

The bundle provides the `ApiAiWrapper` service which you can inject into your controllers or services:

```
use WebExMachina\ApiAiWrapperBundle\Service\ApiAiWrapper;

class YourController
{
    public function __construct(
        private ApiAiWrapper $apiAiWrapper
    ) {
    }

    public function myFunction(): void
    {
        // Your JWT token, up to you to retrive and caching him.
        $token = $this->getMyJWTToken();

        // Generate SEO title
        // return a string
        $seoTitle = $this->apiAiWrapper->generateSeoTitle(
            keywords: ['symfony', 'bundle', 'seo'],
            theme: 'Web Development',
            language: 'en_EN',
            text: 'your text',
            token: $token
        );

    }
}
```

### Getting an API Token

[](#getting-an-api-token)

To use this bundle, you need an account on your API. Please create an account there [Web ex Machina AI API](https://ai.webexmachina.fr/) to obtain your credentials.

Contribution
------------

[](#contribution)

This bundle is experimental and contributions are welcome! If you find a bug or have suggestions for improvements, feel free to submit an issue or pull request.

License
-------

[](#license)

This project is licensed under the [Apache 2.0](https://github.com/Web-Ex-Machina/api-ai-wrapper-bundle?tab=Apache-2.0-1-ov-file).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance56

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

2

Last Release

292d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f7629ded041973a2ef674c957eae3b16cc49d4f534ad799e1361ea16e7b8392?d=identicon)[webexmachina](/maintainers/webexmachina)

---

Top Contributors

[![NodokaMurmevent](https://avatars.githubusercontent.com/u/16167605?v=4)](https://github.com/NodokaMurmevent "NodokaMurmevent (8 commits)")

###  Code Quality

Static AnalysisPHPStan, Rector

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/webexmachina-api-ai-wrapper-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

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

PHPackages © 2026

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