misaf/vendra-blog-api

API services for the vendra-blog module

Maintainers

Package info

github.com/misaf/vendra-blog-api

Type:vendra-module

pkg:composer/misaf/vendra-blog-api

Transparency log

Statistics

Installs: 7

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-08-01 01:28:50 UTC


README

Read-only API Platform resources for Vendra blog content.

Features

  • GET /api/content/blog-post-categories
  • GET /api/content/blog-posts
  • Read-only category, post, 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.3+
  • Laravel 13
  • misaf/vendra-api
  • misaf/vendra-blog
  • misaf/vendra-multimedia-api

Installation

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