Browse Source

Add WsdlToPhp/PackageGenerator (#748)

* Add WsdlToPhp/PackageGenerator

* Remove `wsdl2phpgenerator` as it is no longer maintained

---------

Co-authored-by: Alexander Kartavenko <askemailbox@gmail.com>
pull/1210/merge
hidden_nickname 1 year ago
parent
commit
27cef35c5b
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

720
 * [Jane](https://github.com/janephp/janephp/) - An OpenApi client generator with validation support.
720
 * [Jane](https://github.com/janephp/janephp/) - An OpenApi client generator with validation support.
721
 * [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library.
721
 * [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library.
722
 * [Restler](https://github.com/Luracast/Restler) - A lightweight framework to expose PHP methods as RESTful web API.
722
 * [Restler](https://github.com/Luracast/Restler) - A lightweight framework to expose PHP methods as RESTful web API.
723
-* [wsdl2phpgenerator](https://github.com/wsdl2phpgenerator/wsdl2phpgenerator) - A tool to generate PHP classes from SOAP WSDL files.
723
+* [PackageGenerator](https://github.com/WsdlToPhp/PackageGenerator) - Package Generator generates a PHP SDK from any WSDL.
724
 
724
 
725
 ### Caching and Locking
725
 ### Caching and Locking
726
 *Libraries for caching data and acquiring locks.*
726
 *Libraries for caching data and acquiring locks.*

Loading…
Cancel
Save