Skip to content

Releases: phpro/soap-client

Version 0.2.0

04 Jul 19:15
Compare
Choose a tag to compare

New features

  • New code generation commands based on zend-code.
  • Lots of built-in assemblers to easily build your model classes the way you want.
  • Possibility to create your own code generation rules / assemblers.
  • The commands now work with a config file that ensures that the same rules are always applied.
  • Added MixedResult class for internal PHP types.
  • Added MultiArgumentRequestInterface and MultiArgumentRequest class to make it possible to make multi-argument SOAP calls.

BC breaks

  • The commands will need a file that returns a ConfigInterface instead of arguments.
  • The code will have a different style then the previous generator.
  • The patcher is removed since it was way too buggy.

Version 0.1.3

09 Nov 11:57
Compare
Choose a tag to compare
  • Make SoapClient available to event subscribers.