2017 © Pedro Peláez
 

library php2wsdl

Create WSDL files form PHP classes.

image

php2wsdl/php2wsdl

Create WSDL files form PHP classes.

  • Monday, November 6, 2017
  • by dragosprotung
  • Repository
  • 7 Watchers
  • 30 Stars
  • 34,128 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 15 Forks
  • 4 Open issues
  • 8 Versions
  • 9 % Grown

The README.md

PHP2WSDL

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads, (*1)

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

Install

Via Composer, (*3)

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


## Usage ``` php $class = "Vendor\\MyClass"; $serviceURI = "https://www.myservice.com/soap"; $wsdlGenerator = new PHP2WSDL\PHPClass2WSDL($class, $serviceURI); // Generate the WSDL from the class adding only the public methods that have @soap annotation. $wsdlGenerator->generateWSDL(true); // Dump as string $wsdlXML = $wsdlGenerator->dump(); // Or save as file $wsdlXML = $wsdlGenerator->save('foo/example.wsdl');

Testing

bash $ vendor/bin/simple-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

06/11 2017

dev-master

9999999-dev 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

06/11 2017

0.6

0.6.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

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