Wanting to use Stripe to make a payments site, I tried to install Composer on a Windows 10 desktop machine.

I then downloaded the installation file from Composer and set it to run.

It then opened a window and asked me "Choose the command-line PHP you want to use".

I have no idea what to put here. Can someone tell me, please ?

    Do you have PHP installed on your PC? If so, there should be a php.exe file somewhere, depending on how/where you installed PHP. I've not used Composer in awhile and not on Windows, so not sure if it's asking you to enter a file path, or if it's expecting php to be in the OS search path?

      Composer is a PHAR archive ... you must have PHP installed to use a PHAR.

        7 days later
        Write a Reply...