From 27cef35c5bd6ce031858dfd00988a466129dc45b Mon Sep 17 00:00:00 2001 From: hidden_nickname Date: Thu, 18 Jan 2024 19:57:36 +0300 Subject: [PATCH] Add WsdlToPhp/PackageGenerator (#748) * Add WsdlToPhp/PackageGenerator * Remove `wsdl2phpgenerator` as it is no longer maintained --------- Co-authored-by: Alexander Kartavenko --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f523f45..0333748 100644 --- a/README.md +++ b/README.md @@ -720,7 +720,7 @@ Libraries to help manage database schemas and migrations. * [Jane](https://github.com/janephp/janephp/) - An OpenApi client generator with validation support. * [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. -* [wsdl2phpgenerator](https://github.com/wsdl2phpgenerator/wsdl2phpgenerator) - A tool to generate PHP classes from SOAP WSDL files. +* [PackageGenerator](https://github.com/WsdlToPhp/PackageGenerator) - Package Generator generates a PHP SDK from any WSDL. ### Caching and Locking *Libraries for caching data and acquiring locks.*