Composer
Noun · Development
Definitions
The standard dependency manager for PHP, handling installation and autoloading of project libraries via a composer.json manifest. Analogous to npm for Node.js or pip for Python.
In plain English: A tool that automatically downloads and manages the external code libraries a PHP project needs to work.