Intermediate
PHP
Q64 / 100
What is the purpose of PHP's Composer?
Correct! Well done.
Incorrect.
The correct answer is B) A dependency manager for PHP that handles package installation and autoloading
B
Correct Answer
A dependency manager for PHP that handles package installation and autoloading
Explanation
Composer manages project dependencies via composer.json, installs packages into vendor/, and generates the PSR-4 autoloader.
Progress
64/100