News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
Easy Package Management With Composer
June 25, 2012 @ 12:05:18

On NetTuts.com today there's a new tutorial introducing you to one of the more popular package management solutions for PHP, Composer. This new article gives you the basics of installing and using this very handy tool.

Let's face it: PHP has had a rocky history with package management, and as a result, it is pretty rare to find a developer who actively uses systems like PEAR. Instead, most developers have chosen their favorite framework, which has code specifically written for it to handle various things, like DB interaction, ORM's, OAuth, Amazon S3 integration, etc. The downside here, though, is that switching frameworks (or returning to not using a framework at all) can be a nightmare, as it involves relearning everything to use brand new tools - and that is no easy task. Well, Composer can fix that!

He includes the whole process - getting the latest version, installing the PHAR version and getting a sample composer.json defined to pull in the external libraries. He also includes a "Real World" section talking about integration with Facebook libraries and keeping your installation up to date.

0 comments voice your opinion now!
package management composer introduction


blog comments powered by Disqus

Similar Posts

PHPit.net: PHP on the command line

David Coallier's Blog: Text_CAPTCHA_Numeral is out!

Greg Beaver's Blog: problem with PHP_Archive-based phars tracked to odd unpack() bug

Profeshunl Newbie Blog: MongoDB as in huMONGOus, not retarded

Manfred Weber's Blog: Services_Webservice Beta!


Community Events











Don't see your event here?
Let us know!


example release introduction zendframework2 series community phpunit framework conference testing rest interview usergroup symfony2 opinion development language database functional podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework