Skip to content
#

Composer

composer logo

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and manage them for you.

Here are 5,269 public repositories matching this topic...

Installing Composer globally allows you to use the Composer command-line tool from anywhere on your system, without having to specify the path to the Composer executable every time you use it. When you install Composer globally, you add the Composer executable to your system's "PATH" environment variable, which allows you to run the "composer" com

  • Updated Jan 18, 2023
  • Hack

This PHP script installs and runs Composer on Cpanel hosting. Due to the restricted SSH access on Cpanel hosting, this script can serve as an alternative solution for running Composer on these hosting services. Using the shell_exec function in PHP, this script can automatically install Composer and provide the execution of it for Cpanel users.

  • Updated Apr 17, 2023
  • PHP

Created by Nils Adermann, Jordi Boggiano

Released March 1, 2012

Followers
224 followers
Organization
composer
Website
getcomposer.org
Wikipedia
Wikipedia

Related Topics

package-manager php