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

ZetCode.com: PostgreSQL PHP Tutorial

Lorna Mitchell: 9 Magic Methods in PHP

Pierre-Alain Joye's Blog: Finally some new features are coming, zip-1.9.0 serie began

Richard Heyes' Blog: PEAR::DB database class(es) replacement

PHPImpact Blog: PHP implemented in 100% Java


Community Events











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


example community composer framework code release phpunit zendframework2 language interview database testing development opinion functional podcast unittest introduction series api

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