PHPackages                             eikona-media/akeneo3-1-tessa-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. [API Development](/categories/api)
4. /
5. eikona-media/akeneo3-1-tessa-connector

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

eikona-media/akeneo3-1-tessa-connector
======================================

Extension to connect TESSA to Akeneo

1.0.2(5y ago)02proprietaryPHPPHP &gt;=7.2

Since Mar 10Pushed 5y ago2 watchersCompare

[ Source](https://github.com/eikona-media/akeneo3-1-tessa-connector)[ Packagist](https://packagist.org/packages/eikona-media/akeneo3-1-tessa-connector)[ Docs](https://www.tessa-dam.de)[ RSS](/packages/eikona-media-akeneo3-1-tessa-connector/feed)WikiDiscussions master Synced 1mo ago

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

 [ ![TESSA Logo](tessa-logo.svg) ](https://www.tessa-dam.com/)

 TESSA Connector for Akeneo 3.1
================================

[](#--tessa-connector-for-akeneo-31)

With this Connector Bundle you seamlessly connect Akeneo with the Digital Asset Management solution "TESSA" (). This provides you with a professional and fully integrated DAM solution for Akeneo to centrally store, manage and use all additional files for your products (e.g. images, videos, documents, etc.) in all channels.

More informationen is available at our [website](https://www.tessa-dam.com/).

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

[](#requirements)

AkeneoVersionAkeneo PIM Community Edition~3.1.0Akeneo PIM Enterprise Edition~3.1.0**IMPORTANT!** Ensure, that your Akeneo API ist working. Tessa needs an API connection to your Akeneo. In some cases Apache is configured wrong, see .

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

[](#installation)

1. Install the bundle with composer

```
composer require eikona-media/akeneo3-1-tessa-connector
```

2. Then add the following lines **at the end** of your app/config/routing.yml :

```
tessa_media:
    resource: "@EikonaTessaConnectorBundle/Resources/config/routing.yml"
```

3. Enable the bundle in the `app/AppKernel.php` file in the `registerProjectBundles()` method:

```
protected function registerProjectBundles()
{
    return [
        // ...
        new Eikona\Tessa\ConnectorBundle\EikonaTessaConnectorBundle(),
    ];
}
```

4. Run the following commands in your project root:

```
php bin/console cache:clear --env=prod --no-warmup
php bin/console cache:warmup --env=prod
php bin/console pim:installer:dump-require-paths --env=prod
php bin/console pim:installer:assets --env=prod
yarn run webpack
```

5. Update your database schema

```
php bin/console doctrine:schema:update --dump-sql # Show changes
php bin/console doctrine:schema:update --force # Update database schema
```

6. Configure the Tessa Connector in your Akeneo System Settings.
7. (Optionally) Create a cronjob to synchronize data with TESSA in the background

This is only necessary if you use the option "Sync in background" in the system settings

```
php bin/console eikona_media:tessa:notification_queue:execute --env=prod

```

Recommended to run every 5 minutes (`*/5 * * * *`). If the command is started twice at the same time, the second command exists with a notice.

How to use with reference entities (Enterprise Edition &gt;3.0)
---------------------------------------------------------------

[](#how-to-use-with-reference-entities-enterprise-edition-30)

1. Enable the ReferenceDataAttributeBundle in the `app/AppKernel.php` file in the `registerProjectBundles()` method (after the `EikonaTessaConnectorBundle`):

```
protected function registerProjectBundles()
{
    return [
        // ...
        new Eikona\Tessa\ConnectorBundle\EikonaTessaConnectorBundle(), // Already registered
        new Eikona\Tessa\ReferenceDataAttributeBundle\EikonaTessaReferenceDataAttributeBundle(), // New
    ];
}
```

2. Select TESSA in the type dropdown when you add a new reference entity attribute

How to use with CustomEntityBundle
----------------------------------

[](#how-to-use-with-customentitybundle)

1. Make sure you have the [CustomEntityBundle](https://github.com/akeneo-labs/CustomEntityBundle) installed
2. Enable the ReferenceDataBundle in the `app/AppKernel.php` file in the `registerProjectBundles()` method (after the `EikonaTessaConnectorBundle`):

```
protected function registerProjectBundles()
{
    return [
        // ...
        new Eikona\Tessa\ConnectorBundle\EikonaTessaConnectorBundle(), // Already registered
        new Eikona\Tessa\ReferenceDataBundle\EikonaTessaReferenceDataBundle(), // New
    ];
}
```

3. Use the module in your edit forms:

```
    pim-brand-edit-logo:
        module: eikona/tessa/connector/reference-data/form/field # Use this module
        parent: pim-brand-edit-form-properties-common
        targetZone: content
        position: 100
        config:
            fieldName: logo # This field has to be of type "string"
            label: acme_custom.brand.field.label.logo
            customEntityName: brand
            allowedExtensions: ['jpg', 'jpeg', 'png'] # Allowed extensions (default: no restriction)
            maximumCount: 4 # Maximum assets (default: unlimited)
```

4. (Optionally) Show thumbnails in the datagrid:

```
datagrid:
    brand:
        # ...
            columns:
                 # ...
                 logo:
                    label: acme_custom.brand.field.label.logo
                    type: twig
                    frontend_type: html
                    template: EikonaTessaReferenceDataBundle:datagrid:thumbnail.html.twig
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

Total

3

Last Release

2127d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a08826af10df31af501e1a17ecfdaffffe0dcc0346cf1c5517ae9a2667e535a7?d=identicon)[r.baussenwein](/maintainers/r.baussenwein)

![](https://www.gravatar.com/avatar/9a98cc4c770891f76c29ea53198c786476551fc4dd74f19477db7bffe295b992?d=identicon)[t.mueller](/maintainers/t.mueller)

---

Top Contributors

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

---

Tags

ecommercePIMakeneointegrationDAMmameikonatessa

### Embed Badge

![Health badge](/badges/eikona-media-akeneo3-1-tessa-connector/health.svg)

```
[![Health](https://phpackages.com/badges/eikona-media-akeneo3-1-tessa-connector/health.svg)](https://phpackages.com/packages/eikona-media-akeneo3-1-tessa-connector)
```

###  Alternatives

[akeneo-labs/custom-entity-bundle

Akeneo PIM Custom entity bundle

52102.6k7](/packages/akeneo-labs-custom-entity-bundle)[akeneo/magento-connector-bundle

Akeneo PIM bundle to export to Magento platform

582.2k](/packages/akeneo-magento-connector-bundle)[akeneo-labs/excel-connector-bundle

Akeneo PIM Excel connector bundle

166.4k](/packages/akeneo-labs-excel-connector-bundle)[akeneo-labs/data-generator-bundle

Akeneo PIM Bundle to generate data in order to test high volume operations

112.1k](/packages/akeneo-labs-data-generator-bundle)

PHPackages © 2026

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