Skip to content

Instantly share code, notes, and snippets.

@yus-ham
Forked from JCook21/composer.bat
Last active June 5, 2016 15:47
Show Gist options
  • Save yus-ham/97504550169821aecee78575cd8e70b3 to your computer and use it in GitHub Desktop.
Save yus-ham/97504550169821aecee78575cd8e70b3 to your computer and use it in GitHub Desktop.
Quick Batch file to add a 'composer' command to windows.
@echo off
if "%PHPBIN%" == "" set PHPBIN=C:\path\to\php.exe
"%PHPBIN%" "C:\path\to\composer.phar" %*

Save this composer.cmd file to c:\windows directory and run composer in CMD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment