Composer for PHP

What & Why Composer:

I am using composer for quite sometime and I wanted to write a blog post about why composer is very useful when you are working in PHP. But already there are many blog posts about it and I found following one is quite useful - http://culttt.com/2013/01/07/what-is-php-composer/.

Resources: 

Comments

Popular posts from this blog

Scala Learning: Finding Square Root

Deleting a hidden user in MAC

Problem Solving: Implement an algorithm to delete a node in the middle of a single linked list, given only access to that node