misaf / vendra-blog-api
API services for the vendra-blog module
v1.10.0
2026-08-01 01:25 UTC
Requires
- php: ^8.3
- illuminate/support: ^13.0
- misaf/vendra-api: v1.10.0
- misaf/vendra-blog: v1.10.0
- misaf/vendra-multimedia-api: v1.10.0
- spatie/laravel-package-tools: ^1.93.1
Requires (Dev)
- fakerphp/faker: ^1.24.1
- larastan/larastan: ^3.10.0
- laravel/boost: ^2.4.12
- laravel/pint: ^1.29.3
- misaf/vendra-testing: v1.10.0
- mockery/mockery: ^1.6.12
- nunomaduro/collision: ^8.9.4
- orchestra/testbench: ^11.1
- pestphp/pest: ^5.0
- pestphp/pest-plugin-arch: ^5.0
- pestphp/pest-plugin-laravel: ^5.0
- pestphp/pest-plugin-profanity: ^5.0
- pestphp/pest-plugin-type-coverage: ^5.0
- phpstan/extension-installer: ^1.4.3
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.3+
- 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 package directory:
composer test
composer analyse
License
MIT. See LICENSE.