2017 © Pedro Peláez
 

library php2wsdl

Create WSDL files form PHP classes.

image

professionalweb/php2wsdl

Create WSDL files form PHP classes.

  • Friday, January 13, 2017
  • by SergioMadness
  • Repository
  • 1 Watchers
  • 1 Stars
  • 738 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 15 Forks
  • 0 Open issues
  • 11 Versions
  • 9 % Grown

The README.md

PHP2WSDL

Latest Stable Version Build Status Code Climate Coverage Status License Latest Unstable Version, (*1)

Create WSDL files form PHP classes., (*2)

Install

Via Composer, (*3)

``` bash $ composer require professionalweb/php2wsdl, (*4)


## Usage ``` php $class = "Vendor\\MyClass"; $serviceURI = "http://www.myservice.com/soap"; $serviceName = 'testService'; $wsdlGenerator = new PHP2WSDL\PHPClass2WSDL($class, $serviceURI, $serviceName); $wsdlGenerator->addClass(AnotherClass::class); // Generate thw WSDL from the class adding only the public methods that have @soap annotation. $wsdlGenerator->generateWSDL(); $wsdlXML = $wsdlGenerator->dump();

Testing

bash $ phpunit, (*5)

Security

If you discover any security related issues, please email instead of using the issue tracker., (*6)

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

13/01 2017

dev-master

9999999-dev https://github.com/SergioMadness/php2wsdl

Create WSDL files form PHP classes.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dragos Protung

web services wsdl wsdl generator

13/01 2017

0.7.1

0.7.1.0 https://github.com/SergioMadness/php2wsdl

Create WSDL files form PHP classes.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dragos Protung

web services wsdl wsdl generator

13/01 2017

dev-dev

dev-dev https://github.com/SergioMadness/php2wsdl

Create WSDL files form PHP classes.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dragos Protung

web services wsdl wsdl generator

11/01 2017

0.7

0.7.0.0 https://github.com/SergioMadness/php2wsdl

Create WSDL files form PHP classes.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dragos Protung

web services wsdl wsdl generator

07/11 2016

0.6

0.6.0.0 https://github.com/SergioMadness/php2wsdl

Create WSDL files form PHP classes.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dragos Protung

web services wsdl wsdl generator

13/12 2015

0.5

0.5.0.0 http://github.com/dragosprotung/php2wsdl

Create WSDL files form PHP classes.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dragos Protung

web services wsdl wsdl generator

31/08 2015

0.4

0.4.0.0 http://github.com/dragosprotung/php2wsdl

Create WSDL files form PHP classes.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dragos Protung

web services wsdl wsdl generator

19/03 2015

0.3

0.3.0.0 http://github.com/dragosprotung/php2wsdl

Create WSDL files form PHP classes.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dragos Protung

web services wsdl wsdl generator

03/03 2015

0.2.1

0.2.1.0 http://github.com/dragosprotung/php2wsdl

Create WSDL files form PHP classes.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dragos Protung

web services wsdl wsdl generator

29/11 2014

0.2

0.2.0.0 http://github.com/dragosprotung/php2wsdl

Create WSDL files form PHP classes.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dragos Protung

web services wsdl wsdl generator

31/03 2014

0.1

0.1.0.0

Create WSDL files form PHP classes.

  Sources   Download

MIT

The Requires

 

by Dragos Protung

wsdl generator