misaf/vendra-multimedia-api

API services for the vendra-multimedia module

Maintainers

Package info

github.com/misaf/vendra-multimedia-api

Type:vendra-module

pkg:composer/misaf/vendra-multimedia-api

Transparency log

Statistics

Installs: 17

Dependents: 5

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-08-01 01:29:02 UTC


README

Read-only API Platform resources for Vendra media records.

Features

  • GET /api/content/multimedia
  • Individual media record retrieval
  • MIME type filtering and pagination

The asset DTO intentionally omits disks, paths, and other storage internals. Other API modules use stable resource references and do not depend on this package.

Requirements

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

Installation

composer require misaf/vendra-multimedia-api

The service provider registers the resource and provider automatically.

Testing

Run the package checks from the package directory:

composer test
composer analyse

License

MIT. See LICENSE.