diglin/custom-entity-api-endpoint-bundle
CustomEntityBundle, saving 2–4 weeks of dev time for a basic implementation."This open-source package lets us expose Akeneo’s custom reference data (e.g., product categories, attributes, or internal taxonomies) via a REST API in days instead of weeks. For example, if our mobile app needs to fetch ‘size charts’ or ‘regulatory compliance tags’ from Akeneo, we can flip a switch and integrate without custom backend work. The trade-off? We inherit basic API functionality (no auth, limited features) but save $10K–$20K in dev costs. It’s a low-risk way to enable headless commerce or third-party integrations while keeping our stack lean."
*"This bundle adds two endpoints to Akeneo’s CustomEntityBundle:
GET /api/rest/v1/reference-data/{referenceName} → Lists all entities (e.g., /api/rest/v1/reference-data/size_charts).GET /api/rest/v1/reference-data/{referenceName}/{code} → Fetches a single entity (e.g., /api/rest/v1/reference-data/size_charts/XL).Pros:
Cons:
Recommendation: Pilot this for a non-critical reference data feed (e.g., internal tooling) before trusting it for customer-facing APIs."*
How can I help you explore Laravel packages today?