1. Download and Install Visual C++
In order to run PHP on Windows 10, you will need to install Visual C++ Redistributable for Visual Studio. You can download it from the Windows Download page or click the direct link below.
- Download: VC_redist.x64.exe (64 bit) or VC_redist.x86.exe (32 bit)
Once downloaded, run the installer and click Install.
2. Download and Extract PHP
Go to the Windows PHP download page and download the .zip of the version of PHP you require. In this guide, we are installing PHP 7.4 VC15 x64 Non Thread Safe, which is the latest version as of writing (Jan 2020).
Once downloaded, create a new folder in c:\php7
(or wherever you prefer) and extract your PHP zip to it.
3. Download and Install Composer
- Download Composer-Setup.exe from the Composer Download page.
In the second step of Composer Setup, make sure the correct path to php.exe is set and click Next.
If Setup prompts to create php.ini, allow it and click Next.
Skip the Proxy URL settings, just click Next then click Install.
Click Finish once install is complete.
4. Test PHP
If you have any Command Prompt windows currently open, close them now.
Open Command Prompt, type php -v
and press Enter. You should now see the PHP version.
If it returns a PHP version, you can skip to Step 6 to test Composer.
If you get an error “‘php’ is not recognized as an internal or external command,
operable program or batch file.”, you may need to Add a Path Environment Variable.
5. Add Path Environment Variable
Composer setup usually does this for you, but if for whatever reason it didn’t, you can set one up manually.
So that you don’t have to type the whole path to php.exe
every time you run a PHP command, you should add c:\php7
as a path environment variable.
Open System Properties by clicking the start menu and typing sysdm.cpl and press Enter.
In System Properties, click Environment Variables.
In System Variables, click Path and then click Edit.
Click New, type the path to your PHP folder (c:\php7
) and click OK.
Close the System Properties dialogue by clicking OK.
6. Test Composer
Open up Command Prompt and type composer -V
(that’s uppercase V).
If all was installed correctly, you should see a version number.
Hurrah! You can now run Composer and PHP on Windows 10.
Let me know if this helped. Follow me on Twitter, Facebook and YouTube, or 🍊 buy me a smoothie.
You can skip the 3. Add Path Environment Variable step altogether, because Composer-Setup will do this for you. You just need select the PHP version you want to use, as shown in 4. Download and Install Composer
Note that this will always offer the PHP version found in your Path.
Thanks, I’ve updated the article.
Thank you for this beauty
The Composer installer script was not successful [exit code 1].
Script Output:
The “https://getcomposer.org/versions” file could not be downloaded: failed to open stream: An attempt was made to access a socket in a way forbidden by its access permissions.
This error will occured when I run composer setup file. Any solution for this???
Are you behind a firewall or running a virus scanner? You might need to give the installer access.
Big Up ! Worked fine
it works , thank you !
thinks, this helped
Thanks you, it works!
Thank you It works
thanks very much your steps are pretty clear and easy to follow it was really helpful
Thank youuu
here a love for u
<3 muah
Thank you for your good tutorial
please i need a help
C:\php7>composer require phpoffice/phpspreadsheet
Using version ^1.10 for phpoffice/phpspreadsheet
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
– phpoffice/phpspreadsheet 1.10.1 requires ext-gd * -> the requested PHP extension gd is missing from your system.
– phpoffice/phpspreadsheet 1.10.0 requires ext-gd * -> the requested PHP extension gd is missing from your system.
– Installation request for phpoffice/phpspreadsheet ^1.10 -> satisfiable by phpoffice/phpspreadsheet[1.10.0, 1.10.1].
To enable extensions, verify that they are enabled in your .ini files:
– C:\php7\php.ini
You can also run
php --ini
inside terminal to see which files are used by PHP in CLI mode.Installation failed, deleting ./composer.json.
Yes, open
C:\php7\php.in
in text editor and remove the semicolon before the extensions your require.;extension=gd2
Hey.Thanks so much
Thank you so much !
Thanks
This was very helpful, thank you for taking the time to explain this.
Thank you very much!
Alslam Alaykom
Thanks for your effort 🙂
Hello
Sorry for my third message but i’m happy now thanks
https://i.postimg.cc/T2W4zjTR/Untitled2.png
I have solved my problems what I had whit it
Thanks
Hello
Thanks for this but I have a little problem on step 2
I can not install that file it says setup failed
I get this message https://i.postimg.cc/cCvbDYTb/Untitled-2.png
Already thanks for helping me
Hello
Step 2 I have newer version so that is okay
Now I have a new problem and that is this one
https://i.postimg.cc/VLCYvb1g/Untitled.png
Already thanks for helping me
thank you bro. you make my life easier 🙂
Its work!
Thanks for this
thank you for this. 🙂
Thanks, all works 🙂