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: 0

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

1.x-dev 2026-07-16 21:37 UTC

This package is auto-updated.

Last update: 2026-07-16 21:37:39 UTC


README

Read-only JSON:API resources for Vendra custom pages.

Resources

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

Requests use Laravel's api middleware. Standard JSON:API filtering, sorting, inclusion, and pagination are defined by each resource schema. Applications may optionally resolve the current locale before these routes run.

Requirements

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

Installation

composer require misaf/vendra-custom-page-api

The service provider, server, and routes are auto-registered.

Testing

composer test

License

MIT. See LICENSE.