PHPackages                             nei/api-extended-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. [API Development](/categories/api)
4. /
5. nei/api-extended-bundle

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

nei/api-extended-bundle
=======================

Extend Akeneo API

v0.3(1y ago)09[1 PRs](https://github.com/nei/ApiExtendedBundle/pulls)CC-BY-4.0PHP

Since Feb 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nei/ApiExtendedBundle)[ Packagist](https://packagist.org/packages/nei/api-extended-bundle)[ RSS](/packages/nei-api-extended-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

API Extended Bundle
-------------------

[](#api-extended-bundle)

This bundle extend the core Akeneo API to add missing functionalities.

### Features:

[](#features)

- Add support for Product Model Delete via API.

Installing the bundle
---------------------

[](#installing-the-bundle)

From your application root:

```
$ php composer.phar require --prefer-dist "nei/api-extended-bundle=dev-master"

```

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

```
    $bundles = [
        // ...
        new Nei\Bundle\ApiExtendedBundle\NeiApiExtendedBundle(),
    ]
```

Include the routing on the top of your main routing.yml file:

nei\_api\_extended: resource: "@NeiApiExtenedBundle/Resources/config/routing.yml" prefix: /

Now let's clean your cache and dump your assets:

```
    php bin/console cache:warmup --env=prod
    php bin/console pim:installer:assets --env=prod
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

3

Last Release

672d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2839b8c80efe29e7f5eddad54a406313e62946e0cfdbfdeffdc4796471ee15a0?d=identicon)[neirauni](/maintainers/neirauni)

---

Top Contributors

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

---

Tags

PIMakeneo

### Embed Badge

![Health badge](/badges/nei-api-extended-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/nei-api-extended-bundle/health.svg)](https://phpackages.com/packages/nei-api-extended-bundle)
```

###  Alternatives

[akeneo/magento-connector-bundle

Akeneo PIM bundle to export to Magento platform

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

Akeneo PIM Custom entity bundle

52102.6k7](/packages/akeneo-labs-custom-entity-bundle)[synolia/sylius-akeneo-plugin

Akeneo connector for Sylius.

2696.0k](/packages/synolia-sylius-akeneo-plugin)[webgriffe/sylius-akeneo-plugin

Plugin allowing to import products data from Akeneo PIM to your Sylius store.

2477.8k](/packages/webgriffe-sylius-akeneo-plugin)[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.4k](/packages/flagbit-table-attribute-bundle)[akeneo-labs/excel-connector-bundle

Akeneo PIM Excel connector bundle

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

PHPackages © 2026

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