Tag Archives: composer

HOW TO INSTALL COMPOSER ON LINUX

By | February 29, 2020

Composer is a command-line package manager for the PHP programming language. Composer helps in managing dependencies and libraries that are required when developing PHP applications. So if you’re developing a PHP app and you need some third-party libraries you can declare them in the “composer.json” file; while composer will go ahead to install the libraries… Read More »