PHPackages                             eikona-media/akeneo7-0-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/akeneo7-0-tessa-connector

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

eikona-media/akeneo7-0-tessa-connector
======================================

Extension to connect TESSA to Akeneo

1.0.1(3y ago)0350proprietaryPHPPHP &gt;=8.1

Since Apr 18Pushed 3y ago2 watchersCompare

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

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

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

 TESSA Connector for Akeneo 7.0
================================

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

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~7.0.0Akeneo PIM Enterprise Edition~7.0.0Installation
------------

[](#installation)

1. Install the bundle with composer

```
composer require eikona-media/akeneo7-0-tessa-connector
```

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

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

3. Enable the bundle in the `config/bundles.php` file:

```
return [
    // ...
    Eikona\Tessa\ConnectorBundle\EikonaTessaConnectorBundle::class => ['all' => true],
];
```

4. EE Only: Enable the Enterprise bundle in the `config/bundles.php` file:

```
return [
    // ...
    Eikona\Tessa\EEConnectorBundle\EikonaTessaEEConnectorBundle::class => ['all' => true],
];
```

5. 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
yarn run less
yarn run update-extensions
```

6. Configure the Tessa Connector in the Akeneo UI

How to use with reference entities
----------------------------------

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

1. Enable the ReferenceDataAttributeBundle in the `config/bundles.php` file:

```
return [
    // ...
    Eikona\Tessa\ReferenceDataAttributeBundle\EikonaTessaReferenceDataAttributeBundle::class => ['all' => true], // New
];
```

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

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Total

2

Last Release

1173d ago

### Community

Maintainers

![](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 (15 commits)")

---

Tags

ecommercePIMakeneointegrationDAMmameikonatessa

### Embed Badge

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

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

###  Alternatives

[akeneo-labs/custom-entity-bundle

Akeneo PIM Custom entity bundle

52104.0k8](/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)
