PHPackages                             diglin/custom-entity-api-endpoint-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. diglin/custom-entity-api-endpoint-bundle

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

diglin/custom-entity-api-endpoint-bundle
========================================

Add API Endpoint for the Custom Entity Bundle for Akeneo

1.0.1(6y ago)027WTFPLPHP

Since Dec 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/diglin/AkeneoCustomEntityAPIEndpointBundle)[ Packagist](https://packagist.org/packages/diglin/custom-entity-api-endpoint-bundle)[ RSS](/packages/diglin-custom-entity-api-endpoint-bundle/feed)WikiDiscussions master Synced 3w ago

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

Diglin Reference Data API Endpoint Bundle
=========================================

[](#diglin-reference-data-api-endpoint-bundle)

Add entry point for the API of the [CustomEntityBundle](https://github.com/akeneo-labs/CustomEntityBundle) of [Akeneo Labs](https://github.com/akeneo-labs).

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

[](#installation)

You can install this bundle with composer:

`php composer.phar require diglin/custom-entity-api-endpoint-bundle:1.*`

Add **at the end** of `app/config/routing.yml`, the following content:

```
diglin_api_ref_data:
    resource: "@DiglinApiRefDataBundle/Resources/config/routing.yml"
    prefix: /api
```

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

```
    $bundles = [
        // ...
        new \Diglin\Bundle\ApiRefDataBundle\DiglinApiRefDataBundle(),
    ]
```

Usage
-----

[](#usage)

Available API endpoint:

```
api_ref_data_reference_data_list  GET  /api/rest/v1/reference-data/{referenceName}
api_ref_data_reference_data_get  GET  /api/rest/v1/reference-data/{referenceName}/{code}

```

License
-------

[](#license)

[Do What The Fuck You Want To Public License (WTFPL)](http://www.wtfpl.net/)

Author
------

[](#author)

- Sylvain Rayé
-
- [@diglin\_](https://twitter.com/diglin_)
- [Follow me on github!](https://github.com/diglin)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

2391d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/46659068?v=4)[Diglin](/maintainers/diglin)[@diglin](https://github.com/diglin)

---

Top Contributors

[![sylvainraye](https://avatars.githubusercontent.com/u/1337461?v=4)](https://github.com/sylvainraye "sylvainraye (2 commits)")

---

Tags

akeneophp

### Embed Badge

![Health badge](/badges/diglin-custom-entity-api-endpoint-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/diglin-custom-entity-api-endpoint-bundle/health.svg)](https://phpackages.com/packages/diglin-custom-entity-api-endpoint-bundle)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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