wsdl2phpgenerator / wsdl2phpgenerator-cli

wsdl2phpgenerator command line application *work-in-progress*
MIT License
68 stars 22 forks source link

Use symfony/console to make wsdl2phpgenerator-cli as composer global app #6

Open hye opened 9 years ago

hye commented 9 years ago

Use symfony/console to make wsdl2phpgenerator as composer global app ? It's easier to achieve.

eg:https://github.com/laravel/installer

kasperg commented 9 years ago

This project already uses symfony/console.

If there is anything we can do smarter then please elaborate.

hye commented 9 years ago

Sorry for didn't check with the composer.json , Maybe we ( user ) can install the CLI with composer global require "wsdl2phpgenerator/wsdl2phpgenerator-cli" to use it every path...

But it seems you didn't submit to packagist.org yet.

kasperg commented 9 years ago

I did not submit this project to packagist as it is still a work in progress.

When that is done then the project can be installed globally.