smtlab/json-api-bundle

This Bundle provides quick way to generate rest apis based on JSON:API

Installs: 65

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:symfony-bundle

v0.1.0-beta.3 2021-09-08 15:57 UTC

This package is auto-updated.

Last update: 2024-04-22 22:01:35 UTC


README

Use this symfony bundle to quickly generate APIs based on JSON:API with 0 configuration.

Prerequisites

Make sure there is no route defined in path /api

Accessing API

  • /api/v1/{EntityName}
  • {EntityName} is plural camel case EntityName.
  • Ex: APIs for Post can be accessed at /api/v1/Posts

Roadmap

  • Make api url configuration
  • Allow to enable API only for specific Entities
  • Enable entity fields specific configuration