diff --git a/implementations/index.md b/implementations/index.md index ede141802..29d89fd58 100644 --- a/implementations/index.md +++ b/implementations/index.md @@ -152,7 +152,7 @@ and writing of JSON:API documents. ### PHP -* [tobscure / json-api](https://github.com/tobscure/json-api) +* [tobyz / json-api-server](https://github.com/tobyzerner/json-api-server) is a framework-agnostic declarative JSON:API server implementation. * [neomerx / json-api](https://github.com/neomerx/json-api) is a framework agnostic library that fully implements JSON:API v1.0. * [limoncello-php / app](https://github.com/limoncello-php/app) is a JSON:API v1.0 quick start server application for [neomerx / json-api](https://github.com/neomerx/json-api). * [lode / jsonapi](https://github.com/lode/jsonapi) is a human-friendly library to implement JSON:API v1.1 without needing to know the specification.