Composer

Composer is a PHP dependency management tool. It allows you to manage the list of libraries needed to run a project. For Composer to know where to find the libraries, it is necessary to centralize the information of the libraries that one wishes to use in a repository like the website: https://packagist.org/.