Add WsdlToPhp/PackageGenerator (#748)

* Add WsdlToPhp/PackageGenerator

* Remove `wsdl2phpgenerator` as it is no longer maintained

---------

Co-authored-by: Alexander Kartavenko <askemailbox@gmail.com>
This commit is contained in:
hidden_nickname 2024-01-18 19:57:36 +03:00 committed by GitHub
parent f253076222
commit 27cef35c5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.*