misaf / vendra-blog-api
API services for the vendra-blog module
v1.12.3
2026-08-22 21:14 UTC
Requires
- php: ^8.4
- illuminate/support: ^13.0
- misaf/vendra-api: v1.12.3
- misaf/vendra-blog: v1.12.3
- misaf/vendra-multimedia-api: v1.12.3
- spatie/laravel-package-tools: ^1.93.1
README
Read-only API Platform resources for Vendra blog content.
Features
GET /api/content/blog-post-categoriesGET /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.4+
- Laravel 13
misaf/vendra-apimisaf/vendra-blogmisaf/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 project root:
php artisan test --compact --testsuite=vendra-blog-api
composer stan
License
MIT. See LICENSE.