How to Download Composer for using Slim (a micro framework for PHP)
Step 1 : Download and run Composer-Setup.exe Step 2 : Open Command Prompt on Windows and Run Script -Download the installer to the current directory php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" -Verify the installer SHA-384 which ...
Read More