Is there a graphical interface for the composer?

I am just starting to use Laravel 4 and first got into Composer.

While this is not the end of the world, to use it on the command line, I was wondering if there is any Composer GUI that is good to use?

Can't find much after a little search, are there any slipping under my radar?

+4
source share
4 answers

As far as I know, there is no graphical interface for the composer. Some IDEs, such as Netbeans, provide very basic support for the install / update / init commands, but that is. Do not be afraid to use the command line, it opens up a number of possibilities.

0
source

Check this link http://desktop.sensiolabs.org/ SensioLabsDesktop may be what you are looking for.

+2
source

Many IDEs provide some Composer integration, either due to additional plugins. SensioLabsDesktop also offers some features specific to Composer.

0
source

Eclipse has PHP support for Composer . It is actively developed and has a very similar interface with Maven. If you manage your pumps in Eclipse, you will feel at home.

0
source

Source: https://habr.com/ru/post/1501433/


All Articles