From 2e2bce1ddf7c4cd9f51437aa682a8d7c4e3d2a93 Mon Sep 17 00:00:00 2001 From: Peter Stalman Date: Fri, 22 Sep 2023 04:07:14 -0700 Subject: [PATCH] Update README.md (add Spectator) Not mine, but it has ~250 stars so worth adding. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d25df05..8286d213 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. +- [hotmeteor/spectator](https://github.com/hotmeteor/spectator) a light-weight OpenAPI testing tool for existing Laravel test suite. - ... ([add yours](https://github.com/cebe/php-openapi/edit/master/README.md#L24)) ## Usage