misaf/vendra-custom-page-api

API services for the vendra-custom-page module

Maintainers

Package info

github.com/misaf/vendra-custom-page-api

Type:vendra-module

pkg:composer/misaf/vendra-custom-page-api

Transparency log

Statistics

Installs: 6

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

v1.12.3 2026-08-22 21:14 UTC

This package is auto-updated.

Last update: 2026-08-23 06:12:43 UTC


README

Read-only API Platform resources for Vendra custom pages.

Features

  • GET /api/content/custom-page-categories
  • GET /api/content/custom-pages
  • Read-only category, page, and multimedia relationships

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

Requirements

  • PHP 8.4+
  • Laravel 13
  • misaf/vendra-api
  • misaf/vendra-custom-page
  • misaf/vendra-multimedia-api

Installation

composer require misaf/vendra-custom-page-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-custom-page-api
composer stan

License

MIT. See LICENSE.