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 1w 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 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

2345d 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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