2017 © Pedro Peláez
 

library wsdl-to-class

Generate PHP7 code from an WSDL file

image

dvandersluijs/wsdl-to-class

Generate PHP7 code from an WSDL file

  • Sunday, February 4, 2018
  • by danny.vandersluijs
  • Repository
  • 3 Watchers
  • 2 Stars
  • 70 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 9 Versions
  • 1 % Grown

The README.md

Archived

:warning: With JSON being the go-to solutions for API's nowadays this package combined with the low number of installs on this packge it has been archived., (*1)

GitHub Packagist Version PHP from Packagist Build Coverage Status, (*2)

WsdlToClass - Import a WSDL to output classes

WsdlToClass enables you to load an (external) WSDL an generate the classes needed for a implementation., (*3)

Installation

Composer

Add a dependency using composer:, (*4)

composer require 'dvandersluijs/wsdl-to-class:dev-master'

Or simply add a dependency on dvandersluijs/wsdl-to-class to your project's composer.json file., (*5)

{
    "require": {
        "dvandersluijs/wsdl-to-class": "dev-master"
    }
}

For a system-wide installation via Composer, you can run:, (*6)

composer global require "dvandersluijs/wsdl-to-class"

Make sure you have ~/.composer/vendor/bin/ in your path., (*7)

About

WsdlToClass is a Cilex powered application and uses the PHP internal SOAP implementation to generate php classes out of the WSDL., (*8)

List of Contributors

Thanks to everyone who has contributed to WsdlToClass! You can find a detailed list of contributors on every WsdlToClass related package on GitHub. This list shows only the major components:, (*9)

The Versions

04/02 2018

dev-master

9999999-dev

Generate PHP7 code from an WSDL file

  Sources   Download

GNU GENERAL PUBLIC LICENSE GPL-3.0-or-later

The Requires

 

The Development Requires

php generator soap wsdl soap-wsdl code-generation

11/01 2018

v1.0.0

1.0.0.0

Import a WSDL to output classes

  Sources   Download

GNU GENERAL PUBLIC LICENSE

The Requires

 

The Development Requires

soap soap-wsdl code-generation

31/12 2017

dev-develop

dev-develop

Import a WSDL to output classes

  Sources   Download

GNU GENERAL PUBLIC LICENSE

The Requires

 

The Development Requires

soap soap-wsdl code-generation

27/11 2017

0.3.0

0.3.0.0

Import a WSDL to output classes

  Sources   Download

GNU GENERAL PUBLIC LICENSE

The Requires

 

The Development Requires

soap soap-wsdl code-generation

08/09 2015

0.1.0

0.1.0.0

Import a WSDL to output classes

  Sources   Download

GNU GENERAL PUBLIC LICENSE

The Requires

 

The Development Requires

soap soap-wsdl code-generation