From 786230beac40d7c73421ec59b23ce01144cd2dec Mon Sep 17 00:00:00 2001 From: Andrew Potter Date: Sat, 24 Jun 2023 19:34:17 +0200 Subject: [PATCH 1/2] Update README.md A new project which makes use of php-openapi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d25df05..55d9dbd3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ do awesome work: - [cebe/yii2-app-api](https://github.com/cebe/yii2-app-api) Yii framework application template for developing API-first applications. - [league/openapi-psr7-validator](https://github.com/thephpleague/openapi-psr7-validator) validates PSR-7 messages (HTTP request/response) against OpenAPI descriptions. - [dsuurlant/response2schema](https://github.com/dsuurlant/response2schema) a quick and easy tool for generating OpenAPI schemas based on example data. +- [googoogajoob/openapislim4](https://github.com/googoogajoob/openapislim4) Configure the paths of a slim4 application from an openapi definition. - ... ([add yours](https://github.com/cebe/php-openapi/edit/master/README.md#L24)) ## Usage From 2aecd528dccd6dcfa897f5f1793c196c8e6dff4a Mon Sep 17 00:00:00 2001 From: Andrew Potter Date: Tue, 27 Jun 2023 18:45:09 +0200 Subject: [PATCH 2/2] Update README.md Fix repository name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55d9dbd3..e54b9452 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ do awesome work: - [cebe/yii2-app-api](https://github.com/cebe/yii2-app-api) Yii framework application template for developing API-first applications. - [league/openapi-psr7-validator](https://github.com/thephpleague/openapi-psr7-validator) validates PSR-7 messages (HTTP request/response) against OpenAPI descriptions. - [dsuurlant/response2schema](https://github.com/dsuurlant/response2schema) a quick and easy tool for generating OpenAPI schemas based on example data. -- [googoogajoob/openapislim4](https://github.com/googoogajoob/openapislim4) Configure the paths of a slim4 application from an openapi definition. +- [googoogajoob/openapi-slim4](https://github.com/googoogajoob/openapi-slim4) Configure the paths of a slim4 application from an openapi definition. - ... ([add yours](https://github.com/cebe/php-openapi/edit/master/README.md#L24)) ## Usage