composer

(β˜… 29,504)

Dependency Manager for PHP

  • .editorconfig
  • .gitattributes
  • .gitignore
  • .php-cs-fixer.php
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
  • composer.json
  • composer.lock
  • LICENSE
  • phpunit.xml.dist
  • PORTING_INFO
  • README.md
  • UPGRADE-2.0.md

πŸš€ Installation Guide

1. Get the code
git clone https://github.com/composer/composer

Downloads the entire project code from GitHub to your computer.

cd composer

Moves into the project folder you just downloaded.

2. PHP (Composer)

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • PHP A PHP runtime is required.
  • Composer The package manager used to install PHP libraries.
<img src="https://getcomposer.org/img/logo-composer-transparent.png" alt="Composer">

Type this command into your terminal and run it.

<a href="https://packagist.com/?utm_source=composer"><img src="https://packagist.org/img/sponsors/private-packagist-dark.svg" alt="Private Packagist" height="60" hspace="15"></a>

Type this command into your terminal and run it.

<a href="https://www.aikido.dev/?utm_source=composer"><img src="https://packagist.org/img/sponsors/aikido-dark.svg" alt="Aikido" height="60" hspace="15"></a>

Type this command into your terminal and run it.

<a href="https://www.sovereign.tech/?utm_source=composer"><img src="https://packagist.org/img/sponsors/sovereign-tech-agency-dark.svg" alt="Sovereign Tech Fund" height="60" hspace="15"></a>

Type this command into your terminal and run it.

<a href="https://aws.amazon.com/?utm_source=composer"><img src="https://packagist.org/img/sponsors/aws-dark.svg" alt="AWS" height="60" hspace="15"></a>

Type this command into your terminal and run it.

βœ… Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.

Pulled directly from this repo's README.

// repository documentation