Dependencies management in PHP projects
Note: This article was originally published at Planet PHP
on 18 May 7160.
Talking in the Web Species blog today about Dependencies management in PHP projects:
Rarely a project lives by itself, especially in the days of frameworks. Furthermore, there are a lot of great open source libraries you might want to use to save time. But all of this raises a new problem - how could we manage all those dependencies. Here are some thoughts on this problem and how you might want to solve it; without shooting yourself in a foot. Which is commonly known as DLL Hell.
Read the full article here


