misaf/vendra-product-api

API services for the vendra-product module

Maintainers

Package info

github.com/misaf/vendra-product-api

Type:vendra-module

pkg:composer/misaf/vendra-product-api

Transparency log

Statistics

Installs: 7

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

v1.10.0 2026-08-01 01:25 UTC

This package is auto-updated.

Last update: 2026-08-01 01:28:59 UTC


README

Read-only API Platform resources for the Vendra product catalog.

Features

  • GET /api/catalog/product-categories
  • GET /api/catalog/products
  • GET /api/catalog/product-prices
  • Read-only category, pricing, multimedia, and optional attribute-value relationships

Dedicated DTO resources expose translated catalog data and stable references for groups, prices, multimedia, and optional attribute options. Providers own Eloquent querying, filters, and pagination.

Requirements

  • PHP 8.3+
  • Laravel 13
  • misaf/vendra-api
  • misaf/vendra-multimedia-api
  • misaf/vendra-product
  • misaf/vendra-support

Installation

composer require misaf/vendra-product-api

The service provider registers the resources and provider automatically.

Testing

Run the package checks from the package directory:

composer test
composer analyse

License

MIT. See LICENSE.