Composer was created to solve two main problems
Autoloading code
Third-party code
Update Composer
composer self-update
Find out where Composer Stores its files
composer config –list –global
Initialize composer on a directory
composer init
Search for packages in the command line
composer require