PHPackages                             oniti/akeneo-docga-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. oniti/akeneo-docga-connector

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

oniti/akeneo-docga-connector
============================

Extention Docga pour Akeneo

v2.0.4(6y ago)02641MITPHP

Since May 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/OnitiFR/akeneo-docga-connector)[ Packagist](https://packagist.org/packages/oniti/akeneo-docga-connector)[ Docs](http://www.oniti.fr)[ RSS](/packages/oniti-akeneo-docga-connector/feed)WikiDiscussions master Synced 2d ago

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

DocgaExtendedAttributeTypeBundle
================================

[](#docgaextendedattributetypebundle)

Provides new attributes types for Akeneo PIM CE and EE:

- docga: this attribute type can store an ordered collection of strings or URLs.

[![DocGa - Attribut Akeneo](src/Resources/public/images/logo.png)](src/Resources/public/images/logo.png)

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

[](#installation)

```
    composer require oniti/akeneo-docga-connector

```

Add the following bundle in your `app/AppKernel.php` file:

```
$bundles = [
    new Oniti\Docga\ConnectorBundle\DocgaExtendedAttributeTypeBundle(),
];
```

Add the following route in your `app/config/routing.yml` file:

```
# Docga
oniti_docga_get_config:
    resource: "@DocgaExtendedAttributeTypeBundle/Resources/config/routing.yml"

```

Add the following parameters in your `app/config/parameters.yml` file:

```
docga_url: https://docga-url.com/
docga_api_key: your-api-key
docga_api_secret: your-api-secret

```

You will also have to register the new Elasticsearch configuration files; in `app/config/pim_parameters.yml`, edit the `elasticsearch_index_configuration_files` parameter and add the following values:

```
elasticsearch_index_configuration_files:
    - '%kernel.root_dir%/../vendor/oniti/akeneo-docga-connector/src/Resources/config/elasticsearch/index_configuration.yml'
```

For the Enterprise edition, there are two other files to register:

```
elasticsearch_index_configuration_files_product_proposal:
     - '%kernel.root_dir%/../vendor/oniti/akeneo-docga-connector/src/Resources/config/elasticsearch/index_configuration_ee_product_proposal.yml'
elasticsearch_index_configuration_files_published_product:
     - '%kernel.root_dir%/../vendor/oniti/akeneo-docga-connector/src/Resources/config/elasticsearch/index_configuration_ee_published_product.yml'
```

If this is a fresh install, you can then proceed with a standard installation.

From an existing PIM, on the other hand, you will have to re-create your elasticsearch indexes:

```
    php bin/console cache:clear --no-warmup --env=prod
    php bin/console akeneo:elasticsearch:reset-indexes --env=prod
    php bin/console pim:product-model:index --all --env=prod
    php bin/console pim:product:index --all --env=prod

```

Contributing
------------

[](#contributing)

If you want to contribute to this open-source project, thank you to read and sign the following [contributor agreement](http://www.akeneo.com/contributor-license-agreement/)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

10

Last Release

2527d ago

Major Versions

v1.3.1 → v2.0.02019-06-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/12ca5db86b9cd81a726d458f1fcdf8f5ab018da1a66bc73a039c5076c2f76dbe?d=identicon)[fbouyer](/maintainers/fbouyer)

---

Top Contributors

[![hyosh](https://avatars.githubusercontent.com/u/16243558?v=4)](https://github.com/hyosh "hyosh (11 commits)")[![OnitiFR](https://avatars.githubusercontent.com/u/45361937?v=4)](https://github.com/OnitiFR "OnitiFR (6 commits)")[![Pochwar](https://avatars.githubusercontent.com/u/9018038?v=4)](https://github.com/Pochwar "Pochwar (6 commits)")

---

Tags

PIMakeneoontidocga

### Embed Badge

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

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

###  Alternatives

[akeneo-labs/custom-entity-bundle

Akeneo PIM Custom entity bundle

52103.4k8](/packages/akeneo-labs-custom-entity-bundle)[flagbit/table-attribute-bundle

The Flagbit Table Attribute Bundle for Akeneo PIM gives you the possibility to enrich your product with multi-dimensional data presentation in the form of tables, allowing you maximum flexibility within the PIM.

2310.5k](/packages/flagbit-table-attribute-bundle)[akeneo/measure-bundle

Akeneo Measure Bundle

27460.0k](/packages/akeneo-measure-bundle)[akeneo-labs/pim-enhanced-connector

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

2135.6k](/packages/akeneo-labs-pim-enhanced-connector)

PHPackages © 2026

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