dvandersluijs/wsdl-to-class

This package is abandoned and no longer maintained. No replacement package was suggested.

Generate PHP7 code from an WSDL file

1.1.2 2019-11-05 19:59 UTC

This package is auto-updated.

Last update: 2023-04-07 13:42:11 UTC


README

⚠️ 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.

GitHub Packagist Version PHP from Packagist Build Coverage Status

WsdlToClass - Import a WSDL to output classes

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

Installation

Composer

Add a dependency using composer:

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.

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

For a system-wide installation via Composer, you can run:

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

Make sure you have ~/.composer/vendor/bin/ in your path.

About

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

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: