PHPackages                             pixxio/akeneo-pixxio-connector - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pixxio/akeneo-pixxio-connector

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pixxio/akeneo-pixxio-connector
==============================

Pixx.io integration to Akeneo 5+ CE

031PHP

Since Apr 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/pixx-io/akeneo)[ Packagist](https://packagist.org/packages/pixxio/akeneo-pixxio-connector)[ RSS](/packages/pixxio-akeneo-pixxio-connector/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Pixxio connector for Akeneo5 Community
======================================

[](#pixxio-connector-for-akeneo5-community)

This Bundle provides integration for the pixx.io DAM into the Akeneo 5 CE.

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

[](#installation)

For installing the Bundle use the composer installation

```
docker-compose run -u www-data --rm php php -d memory_limit=4G /usr/local/bin/composer require "pixxio/akeneo-pixxio-connector"
```

Register the bundle in the `config/bundles.php`

```
return [
    \Pixxio\PixxioConnector\PixxioConnectorBundle::class => ['dev' => true, 'test' => true, 'prod' => true],
];
```

And register the route for the config settings in the `config/routes/routes.yml` (if there is no file/directory, then create it)

```
pixxio_pixxio_internal_api:
    resource: '@PixxioConnectorBundle/Resources/config/routing.yml'
```

For the last file edit the `.env.local` file and add your pixxio configuration to it

```
PIXXIO_KEY=yourPixxioKey
PIXXIO_URL=https://yourPixxioUrl
PIXXIO_OLD_VERSION=true

```

Unless told otherwise the `PIXXIO_OLD_VERSION` flag will indicate the v1 version when set to true

This bundle is overriding the server's [CSP headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) by default in `\Pixxio\PixxioConnector\EventListener\AddContentSecurityPolicyListener`, which might be unwanted in case of your own security configurations. If you have your own **CSP configuration** you can disable the ones provided by setting the `PIXXIO_CSP=false` variable in your `.env.local`. Make sure you enable Akeneo to connect to the Pixx.io servers, because otherwhise the connection to Pixx.io won't work anymore.

After that, clear cache and rebuild the frontend

```
make cache #upgrade-front should do it also but to be sure just clear it
make upgrade-front
```

Once done that the system is ready to use the new attribute type.

Usage
-----

[](#usage)

See the [user guides](../master/doc)

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ce0820d226435bc16b8c1a0eabd448e6a1435322ecd6b9dd974ad9181f026a0?d=identicon)[pixx.io](/maintainers/pixx.io)

![](https://www.gravatar.com/avatar/21de1826a0ac676eb30931b9f5600da7af00d12a350cba1ee95b990b375a54ce?d=identicon)[oliver\_pixxio](/maintainers/oliver_pixxio)

---

Top Contributors

[![ML95Flagbit](https://avatars.githubusercontent.com/u/82210463?v=4)](https://github.com/ML95Flagbit "ML95Flagbit (2 commits)")[![dannystey](https://avatars.githubusercontent.com/u/4408826?v=4)](https://github.com/dannystey "dannystey (1 commits)")

### Embed Badge

![Health badge](/badges/pixxio-akeneo-pixxio-connector/health.svg)

```
[![Health](https://phpackages.com/badges/pixxio-akeneo-pixxio-connector/health.svg)](https://phpackages.com/packages/pixxio-akeneo-pixxio-connector)
```

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[asantibanez/livewire-select

Livewire dropdown select component

520138.4k2](/packages/asantibanez-livewire-select)[square1/nova-metrics

Add support for resource-filters on your laravel nova metrics

27278.7k](/packages/square1-nova-metrics)[portphp/spreadsheet

PhpSpreadsheet reader and writer for Port

14796.4k4](/packages/portphp-spreadsheet)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19280.3k3](/packages/symfony-ux-cropperjs)

PHPackages © 2026

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