misaf / vendra-product-api
API services for the vendra-product module
Package info
github.com/misaf/vendra-product-api
Type:vendra-module
pkg:composer/misaf/vendra-product-api
v1.12.3
2026-08-22 21:15 UTC
Requires
- php: ^8.4
- illuminate/support: ^13.0
- misaf/vendra-api: v1.12.3
- misaf/vendra-multimedia-api: v1.12.3
- misaf/vendra-product: v1.12.3
- misaf/vendra-support: v1.12.3
- spatie/laravel-package-tools: ^1.93.1
Suggests
- misaf/vendra-attribute-api: Install this in the host application to expose product attribute-value schemas, relationships, and filters.
README
Read-only API Platform resources for the Vendra product catalog.
Features
GET /api/catalog/product-categoriesGET /api/catalog/productsGET /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.4+
- Laravel 13
misaf/vendra-apimisaf/vendra-multimedia-apimisaf/vendra-productmisaf/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 project root:
php artisan test --compact --testsuite=vendra-product-api
composer stan
License
MIT. See LICENSE.