Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 626 Bytes

composer.rst

File metadata and controls

16 lines (12 loc) · 626 Bytes
.. index::
    double: Composer; Installation

Installing Composer

Composer is the package manager used by modern PHP applications. Use Composer to manage dependencies in your Symfony applications and to install Symfony Components in your PHP projects.

Since this article was first published, Composer installation has improved a lot. Therefore, the original contents of this article have been removed and you are encouraged to install Composer as explained in the official Composer documentation.