Here we’re back to the topic of dependencies in PHP application development
Let’s consider the tools made to ease your PHP outsourcing.
One of the most popular ones appeared to be Apache Maven. It’s the best choice for those who uses Java. Here you will get all the functions of the dependency manager and even more, still it won’t be cozy in case of using this program for several projects at once as it might appear to be overcomplicated. Some might think about it as the result of lacking experience of the PHP developers team, still it’s mostly because of not too attractive tools.
PEAR is yet another nice option; still you will need some external libraries for it as well. The well known composer project is nice solution as it can be the real salvation for most of dependency problems. Still it’s not actually fully developed yet, so is not exactly reliable. Perhaps we need some more time to decide there.
Symphony2 is a nice way of PHP application development offering a creative approach and having deps file for definition of where the dependencies are. The program is rather light and easy-to-use. Feel free to extend it any way you find suitable.
Things you need to know
As the popularity of Symphony2 is growing constantly, a lot of attention is still paid to GitHub. However this project is not always working in fully correct way as far as I had discovered. For example I had one of the bundlers to fail and smash down all the integration efforts in a moment.
