dvandersluijs / wsdl-to-class
Generate PHP7 code from an WSDL file
Requires
- php: ^7.1
- ext-soap: *
- nikic/php-parser: ^4.1
- symfony/console: ^4.1
- twig/twig: ^2.5
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^7.4
- squizlabs/php_codesniffer: ^3.3
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.
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: