misaf/vendra-faq-api

API services for the vendra-faq module

Maintainers

Package info

github.com/misaf/vendra-faq-api

Type:vendra-module

pkg:composer/misaf/vendra-faq-api

Transparency log

Statistics

Installs: 8

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

v1.7.1 2026-07-22 21:53 UTC

This package is auto-updated.

Last update: 2026-07-30 15:52:07 UTC


README

Read-only API Platform resources for Vendra help content.

Features

  • GET /api/content/faq-categories
  • GET /api/content/faqs
  • Read-only category, FAQ, and multimedia relationships

Dedicated DTO resources expose translated content and stable topic or asset references. Providers own Eloquent querying, active visibility, and pagination.

Requirements

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

Installation

composer require misaf/vendra-faq-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.