Online Forum To Support Coders With Technical Assistance - Read Write Execute

What is composer

Ankit Agrawal
Ankit Agrawal
Published on March 13, 2018 · 1 min read

Composer is a dependency manager tool for PHP.It will manage all kind of dependencies that you require for a project. It will get all the required libraries and manage them all in one place.

Composer is not package manage but it’s manage libraries and manage(install/update) for us

Was this article helpful?
Ankit Agrawal

Ankit Agrawal

Author & Senior Engineer at CodeExecute

Writing practical engineering guides, debugging real-world bottlenecks, and creating free tools for developer productivity.

← Previous Article What is robots.txt Next Article → How to check whether user logged in or not