This commit is contained in:
Toby Zerner 2020-11-22 11:41:55 +10:30
parent 01952e2abf
commit 05af07ceb3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Introduction # Introduction
json-api-server is a comprehensive [JSON:API](http://jsonapi.org) server implementation in PHP. json-api-server is a [JSON:API](http://jsonapi.org) server implementation in PHP.
It allows you to define your API's schema, and then use an [adapter](adapters.md) to connect it to your application's models and database layer, without having to worry about any of the server boilerplate, routing, query parameters, or JSON:API document formatting. It allows you to define your API's schema, and then use an [adapter](adapters.md) to connect it to your application's models and database layer, without having to worry about any of the server boilerplate, routing, query parameters, or JSON:API document formatting.