Installing Composer

Composer is a library management tool for PHP and you should get familiar with it for your own projects. It allows you to easily add 3rd party functionality to your application without worrying about dependencies. Composer can be used to automate processes like testing in your project.

Getting started with Composer



Your system will require all the VCRuntime Distribution packages. Just in case you do not have them all, here's a link to get all the packages requires to install Composer: https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/

Complete the installation by restarting your system so that changes may take effect.After this you can confirm if the installation was a success by opening your command terminal (e.g Command Prompt or terminal in your IDE tool) and typing in “composer -V” and pushing Enter. The Composer version and details will appear in the terminal.



Should you experience any problems, please contact our support team :)

Powered by ComboStrap