lanfisis / raoul
A library to generate php class from a WSDL
1.0.0
2015-10-06 15:14 UTC
Requires
- php: >=5.4.0
- lanfisis/deflection: dev-master
This package is auto-updated.
Last update: 2024-12-29 04:28:06 UTC
README
A library to generate php class from a WSDL
How it works
$generator = new Raoul\Generator('myawesomeservice.wsdl', 'MyAwesomeService'); $generator->setNamespace('MyCompany'); $generator->setFolder(__DIR__.'/src'); $generator->setHeader(array ( 'author' => 'David Buros <david.buros@gmail.com>', 'copyright' => '2014 David Buros', )); $generator->generate(true);
Licence
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Read term on LICENCE.md file