Releases: phpro/soap-client
Releases · phpro/soap-client
Version 0.2.0
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
andMultiArgumentRequest
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
- Make SoapClient available to event subscribers.