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: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.2.5
- ext-ctype: *
- ext-iconv: *
- symfony/console: 4.4.*
- symfony/framework-bundle: 4.4.*
- symfony/psr-http-message-bridge: ^2.1
- symfony/yaml: 4.4.*
- tobyz/json-api-server: v0.2.0-beta.4
Conflicts
This package is auto-updated.
Last update: 2025-03-23 00:03:58 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