From f520dcbecde2749cd345a1220adc4b3837e844ca Mon Sep 17 00:00:00 2001 From: ka2 Date: Fri, 11 Apr 2025 17:45:21 +0900 Subject: [PATCH] Add MockAPI-PHP to the [API] section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fe012585..e107b2ebb 100644 --- a/README.md +++ b/README.md @@ -742,6 +742,7 @@ Libraries to help manage database schemas and migrations. * [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library. * [Restler](https://github.com/Luracast/Restler) - A lightweight framework to expose PHP methods as RESTful web API. * [PackageGenerator](https://github.com/WsdlToPhp/PackageGenerator) - Package Generator generates a PHP SDK from any WSDL. +* [MockAPI-PHP](https://github.com/ka215/MockAPI-PHP) - A file-based mock API server with dynamic responses, schema validation, and OpenAPI 3.0 schema generation. ### Caching and Locking *Libraries for caching data and acquiring locks.*