Skip to content

Commit 4194771

Browse files
bednicdgeb
authored andcommitted
Move package to correct section (json-api#1404)
Add bednic/json-api library to PHP server implementations
1 parent e5e66cc commit 4194771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ and writing of JSON:API documents.
165165
* [swisnl/json-api-server](https://github.com/swisnl/json-api-server) is a Laravel package to get a JSON:API up and running in minutes.
166166
* [hackerboy/json-api](https://github.com/hackerboydotcom/json-api) is a lightweight library that helps you to implement JSONAPI easily
167167
* [`drupal/jsonapi`](https://www.drupal.org/project/jsonapi) is a Drupal module that exposes all data managed by Drupal (entities) according to the JSON:API specification. [`jsonapi_extras`](https://www.drupal.org/project/jsonapi_extras) is an optional extra module to change resource type names, field names and more. And [`openapi`](https://www.drupal.org/project/openapi) is another optional module, that is able to generate an OpenAPI/Swagger representation of the API provided by the `jsonapi` module with a ReDoc-powered UI.
168-
168+
* [bednic/json-api](https://gitlab.com/bednic/json-api) Annotation driven library for creating valid JSON API response document from your objects.
169169

170170
### <a href="#server-libraries-node-js" id="server-libraries-node-js" class="headerlink"></a> Node.js
171171
* [Fortune.js](http://fortune.js.org/) is a library that includes a [comprehensive implementation of JSON:API](https://github.com/fortunejs/fortune-json-api).

0 commit comments

Comments
 (0)