Skip to content

Releases: phpro/soap-client

Version 0.2.2

30 Jul 08:57
v0.2.2
Compare
Choose a tag to compare

Improvements

  • Make it possible to configure soap options during code generation. (#12,#13)

Version 0.2.1

04 Jul 19:27
Compare
Choose a tag to compare

Hotfix: fatal exception during generate:types command.

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.