When creating a new PHP application from the scratch the developer can choose of an wide range of frameworks or components to begin with. While using such third party components can reduce development time, it generates additional overhead for taking care of such an external dependency. The developer is held responsible for installing the latest updates and security patches as well as testing the application to make sure everything is still running smoothly after the upgrade. It becomes a real pain when a developer has to apply these tasks to multiple projects. This talk shows several approaches on how to manage such external dependencies in a more sophisticated way to let the developer simply focus on his development tasks.
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Was interesting to see how easy it apparently is to package a debian package. Pear was touched but what I missed was that a con of PEAR packaging is that i can be quite complex when you do not read up on it on forehand.
I had trouble getting a good view of Maven; perhaps a little too abstract for me to follow?
Not at all what I expected from the description. I expected a management like overview: when to update, procedures to keep track of updates, how to reserve time for this, stuff like that. I did not expect to find myself in the middle of all these complex tools. The fact that the code base wouldn't be complete while coding was a bit underestimated to me: What about a designer that also needs to checkout, change, test and commit a project?
No doubt the contents of the talk are useful to some and the talk wasn't bad. Just not what I came for.
Not what I expected from the title and description. Was hoping to get tips / tricks in solving problems with managing external dependency like svn:externals.
Know of an event happening? Let us know! We love to get the word out about events the community would be interested in and you can help us spread the word!
20.May.2011 at 13:24 by Lucas Aerbeydt
Interesting new look at pear and maven for dependency management. Overall really interesting overview of various solutions to the problem.