Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

wsdl2phpgenerator/wsdl2phpgenerator-cli

Repository files navigation

wsdl2phpgenerator-cli

Work in progress!

Build Status Code Coverage Scrutinizer Code Quality Dependency Status

Command line application wrapper for the wsdl2phpgenerator library. Takes a WSDL file and outputs PHP class files ready to use.

Uses the MIT licence.

Maintenance status

This is no longer actively maintained.

If you are looking for a PHP library to work with SOAP, you might want to try phpro/soap-client.

If you are currently using wsdl2phpgenerator and want to continue using it, consider forking the project and maintain it yourself.

Contributors

Originally developed by @walle and includes bugfixes and improvements from @vakopian, @statikbe, @ecolinet, @nuth, @chriskl, @RSully, @jrbasso, @dypa, @Lafriks and @kasperg.

Pull requests are very welcome. Please read our guidelines for contributing.

Mailing list

There is a mailing list for the project at https://groups.google.com/forum/#!forum/wsdl2phpgenerator

Usage

Getting a cli version of wsdl2phpgenerator 3 is a work in progress.

To use the last version of wsdl2phpgenerator 2 follow these steps:

  1. Download wsdl2phpgenerator-2.5.5.phar
  2. Run php wsdl2phpgenerator-2.5.5.phar -i input.wsdl -o tmp/my/directory/wsdl

The directory is created if possible.

Versioning

This project mirrors the versioning of the wsdl2phpgenerator library. A new release of the library will incur a new release of the CLI app with a similar name.

About

wsdl2phpgenerator command line application *work-in-progress*

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages