Composer was introduced in March, 2012. It is a dependency manager for PHP. Dependency management is very simple concept. Suppose, you wan to use one PHP package in your project but that PHP package requires some other PHP packages. So you don’t need to download and load every PHP package separately. By using composer when …