lanfisis/raoul

A library to generate php class from a WSDL

1.0.0 2015-10-06 15:14 UTC

This package is auto-updated.

Last update: 2024-03-29 02:39:30 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