News Feed
Jobs Feed
Sections




News Archive
DZone.com:
Including PHP libraries via Composer
March 27, 2012 @ 09:02:55

On DZone.com there's a new post from Giorgio Sironi about using Composer to install packages/libraries:

The main package source used by Composer seems more similar to the usage of git submodules at a first glance: a list of dependencies on other projects is specified and stored under version control, and upon a checkout these projects are grabbed directly from their repositories.

He talks about what problem the project solves, what issues he's found with it so far (the amount of stuff downloaded for each dependency, the single point of failure of the one Packagist repository) and shows how to get it installed and creating a sample "composer.json" file for an example project.

0 comments voice your opinion now!
include library package composer packagist introduction


blog comments powered by Disqus

Similar Posts

NetTuts.com: Easy Package Management With Composer

Jurian Sluiman: Using Zend Framework service managers in your application

Matthew Weir O'Phinney' Blog: Zend_XmlRpc_Server

DZone.com: All the ways to perform HTTP requests in PHP

Wez Furlong\'s Blog: Using PDO MySQL?


Community Events











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


language development code example functional series podcast conference interview framework composer tool introduction object zendframework2 community database opinion testing release

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