InterviewSolution
Saved Bookmarks
| 1. |
What is a composer? |
|
Answer» It is an application package manager for the PHP programming language that provides a standard format for MANAGING dependencies of PHP software. The composer is developed by Nils Adermann and Jordi Boggiano, who continue to lead the project. The composer is easy to use, and installation can be done through the command line. It can be directly downloaded from https://getcomposer.org/download Using the composer can solve the FOLLOWING problems:
|
|