How to install composer in your pc

This tutorial is to explain the installation composer.

Patrick Wan
4 min readFeb 12, 2022

--

Get Started Installation

Composer is an application that is used for dependency management in standard format in PHP. Composer lets you declare the libraries on which your PHP.

By default, Composer doesn’t install anything globally; it manages dependencies based on per-project and installs them in the directory (vendor) inside your project.

Composer offers two things for our projects:

  • Helps in dependency management for PHP.
  • Helps in file auto-loading in the project.

There are two ways to install Composer on the Windows operating system: the first one is using Composer installer setup, and the other is by manual installation using script.

1. Using Installer

a) Using Composer installer setup is the easiest way to install it on Windows operating system. Launch your default browser and visit https://getcomposer.org and click on the “Getting Started” button. Under the “Installation — Windows” section, click on the “Using the Installer” option; it will take you to the “Using the Installer” section.

--

--

Patrick Wan
Patrick Wan

Written by Patrick Wan

My name’s Patrick. I’m a Software Developer, experience in Laravel, Vue Js, React Js, Livewire, Jquery, Codegniter, NPM, GIT. I have 5 years plus experience.

No responses yet