2017 © Pedro Peláez
 

library raoul

A library to generate php class from a WSDL

image

lanfisis/raoul

A library to generate php class from a WSDL

  • Tuesday, October 6, 2015
  • by lanfisis
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

A library to generate php class from a WSDL, (*1)

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, (*2)

The Versions

06/10 2015

dev-master

9999999-dev https://github.com/lanfisis/raoul

A library to generate php class from a WSDL

  Sources   Download

WTFPL

The Requires

 

by David Buros

generator

06/10 2015

1.0.0

1.0.0.0 https://github.com/lanfisis/raoul

A library to generate php class from a WSDL

  Sources   Download

WTFPL

The Requires

 

by David Buros

generator