WsdlToPhp / PackageGenerator

Generates a PHP SDK based on a WSDL, simple and powerful, WSDL to PHP
https://providr.io
MIT License
418 stars 73 forks source link

PHP 8.x compatibility #276

Closed faithfulman18 closed 1 year ago

faithfulman18 commented 1 year ago

Is your feature request related to a problem? Please describe. I have the need to upgrade a number of projects to PHP 8.x in the very near term. I'm hoping it might be PHP 8.2 here soon. I don't see anything listing if there is such support and saw at least one open ticket stating it wasn't working for PHP 8.X.

Describe the solution you'd like For this package to support PHP 8.x.

Additional context Let me know if you need any other information.

mikaelcom commented 1 year ago

Unit Tests are passing using PHP 8.1. You can use Symfony 6.* as the composer.json file allows its usage. Let me know if you encounter any issue creating an issue :wink:

faithfulman18 commented 1 year ago

Just to clarify ... Composer should work okay as well, right? Is this composer 2.x compatible now?

mikaelcom commented 1 year ago

Currently, everything below is working:

faithfulman18 commented 1 year ago

Alright great. Thank you.

faithfulman18 commented 1 year ago

Is there somewhere from the github page that I could have known this was the case? I don't see anything mentioned about PHP 8.x anywhere, just PHP 7.4.

mikaelcom commented 1 year ago

Is there somewhere from the github page that I could have known this was the case? I don't see anything mentioned about PHP 8.x anywhere, just PHP 7.4.

I did not take the time to inform about the compatibilities, no.

faithfulman18 commented 1 year ago

👍