PHPackages                             plugix/pimcore-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. plugix/pimcore-bundle

ActivePimcore-bundle

plugix/pimcore-bundle
=====================

Plugix AI Integration Bundle for Pimcore - AI-powered product descriptions, translations, and SEO optimization

v1.0.3(3mo ago)04MITPHPPHP &gt;=8.1

Since Feb 1Pushed 3mo agoCompare

[ Source](https://github.com/plugix/pimcore-bundle)[ Packagist](https://packagist.org/packages/plugix/pimcore-bundle)[ Docs](https://github.com/plugix/pimcore-bundle)[ RSS](/packages/plugix-pimcore-bundle/feed)WikiDiscussions main Synced 1mo ago

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

Plugix Pimcore Bundle
=====================

[](#plugix-pimcore-bundle)

AI-powered product descriptions, translations, and SEO optimization for Pimcore.

[![Latest Version](https://camo.githubusercontent.com/1664388e7d0798d7adb2a60a886b2e13ff1a0a7e793ac2dc071a6c051c29ec01/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706c756769782f70696d636f72652d62756e646c652e737667)](https://packagist.org/packages/plugix/pimcore-bundle)[![License](https://camo.githubusercontent.com/dafc68980a47ce58a07fcc311163fb12ecdc422c649b4cd4cf74b5ee98d07c5f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f706c756769782f70696d636f72652d62756e646c652e737667)](https://packagist.org/packages/plugix/pimcore-bundle)

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

[](#installation)

```
composer require plugix/pimcore-bundle
```

Or use the interactive installer:

```
curl -fsSL "https://api.plugix.ai/v1/onboarding/installer/pimcore?apiKey=YOUR_API_KEY" | bash
```

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

[](#configuration)

Create `config/packages/plugix.yaml`:

```
plugix:
  api_key: '%env(PLUGIX_API_KEY)%'
  api_url: 'https://api.plugix.ai'
  platform: 'pimcore'

  mcp:
    enabled: true
    auto_connect: true

  features:
    product_descriptions: true
    translations: true
    seo_optimization: true

  languages:
    - en
    - de
    - fr
```

Add your API key to `.env.local`:

```
PLUGIX_API_KEY=sk_live_xxxxx

```

Usage
-----

[](#usage)

### Generate Product Descriptions

[](#generate-product-descriptions)

```
use Plugix\PimcoreBundle\Service\PlugixClient;

class ProductController
{
    public function __construct(private PlugixClient $plugix) {}

    public function generateDescriptions()
    {
        $products = [
            ['id' => 1, 'name' => 'Product 1', 'attributes' => ['color' => 'red']],
        ];

        $descriptions = $this->plugix->generateDescriptions($products, [
            'tone' => 'luxury',
            'languages' => ['en', 'de'],
        ]);

        return $descriptions;
    }
}
```

### Translate Content

[](#translate-content)

```
$translations = $this->plugix->translate(
    ['Welcome to our store', 'High quality products'],
    'de',
    ['preserveTone' => true]
);
```

### Generate SEO Metadata

[](#generate-seo-metadata)

```
$seo = $this->plugix->generateSeo($products, [
    'metaTitle' => true,
    'metaDescription' => true,
    'keywords' => true,
]);
```

### MCP Server

[](#mcp-server)

Start the MCP (Model Context Protocol) server for real-time AI integration:

```
bin/console plugix:mcp:start
```

Run as daemon:

```
bin/console plugix:mcp:start --daemon
```

Available MCP Tools
-------------------

[](#available-mcp-tools)

- `get_products` - Fetch products from Pimcore
- `get_categories` - Fetch categories
- `save_descriptions` - Save AI-generated descriptions
- `save_translations` - Save translations
- `get_stats` - Get catalog statistics

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

[](#requirements)

- PHP 8.1+
- Pimcore 10.x or 11.x
- Plugix API key ([Get one free](https://plugix.ai))

Support
-------

[](#support)

- Documentation:
- Issues:
- Email:

License
-------

[](#license)

MIT License. See [LICENSE](LICENSE) for details.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance80

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

4

Last Release

107d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/17da77ef95c5c24901f6ebff8377033c77a516dd80b719740ca563939fb1b756?d=identicon)[stanislavp123](/maintainers/stanislavp123)

---

Top Contributors

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

---

Tags

translationsmcpaipimcoreseoproduct descriptionsModel Context Protocolplugix

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/plugix-pimcore-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/plugix-pimcore-bundle/health.svg)](https://phpackages.com/packages/plugix-pimcore-bundle)
```

###  Alternatives

[wordpress/mcp-adapter

Adapter for Abilities API, letting WordPress abilities to be used as MCP tools, resources or prompts

74855.8k1](/packages/wordpress-mcp-adapter)[symfony/ai-mate

AI development assistant MCP server for Symfony projects

1624.9k11](/packages/symfony-ai-mate)[php-mcp/laravel

Laravel SDK for building Model Context Protocol (MCP) servers - Seamlessly integrate MCP tools, resources, and prompts into Laravel applications

47283.1k1](/packages/php-mcp-laravel)[vizra/vizra-adk

Vizra Agent Development Kit - A comprehensive Laravel package for building intelligent AI agents.

29026.1k](/packages/vizra-vizra-adk)[klapaudius/symfony-mcp-server

Build your own LLM tools inside your symfony project by adding to it a Model Context Protocol Server

2716.5k](/packages/klapaudius-symfony-mcp-server)

PHPackages © 2026

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