Composer is a dependency manager for PHP. It helps developers manage the dependencies in their PHP projects and install the required software packages to make the project work. It is a tool for dependency management in PHP, written in PHP and distributed under the MIT license. It allows developers to declare the libraries their project depends on and it will manage (install/update) them for you.

Download Composer and Installhttps://getcomposer.org/download/