Download the PHP package misaf/vendra-api without Composer
On this page you can find all versions of the php package misaf/vendra-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download misaf/vendra-api
More information about misaf/vendra-api
Files in misaf/vendra-api
Package vendra-api
Short Description API services for the vendra-api module
License MIT
Homepage https://github.com/misaf/vendra-api
Informations about the package vendra-api
Vendra API
Shared API Platform infrastructure for Vendra domain API modules.
Features
- A reusable Eloquent provider with filtering and pagination
- Transport-only resource references for cross-package relationships
- Shared API Platform package wiring
- Domain- and tenant-provider-agnostic foundations
Domain API resources, providers, processors, filters, and operations belong in packages such as vendra-product-api, vendra-blog-api, and vendra-custom-page-api.
Public paths follow /api/{navigation-group}/{model}. The group is the stable
slug of the model's Filament cluster (catalog, content, marketing, or
sales), while the model segment is the plural kebab-case Eloquent model name.
For example, Product is exposed at /api/catalog/products.
Requirements
- PHP 8.4+
- Laravel 13
- API Platform for Laravel 4.3
Installation
The service provider is auto-registered.
Testing
Run the package checks from the project root:
License
MIT. See LICENSE.
All versions of vendra-api with dependencies
api-platform/laravel Version ^4.3
illuminate/database Version ^13.0
illuminate/support Version ^13.0
spatie/laravel-package-tools Version ^1.93.1