It would also be slick to be able to do something like:
rock::require('somePackage');
namespace somePackage;
funcDefinedInSomePackage();
$x = new ClassFromSomePackage;
Where rock::require at dev time would check for the latest version of "somePackage" on the server, if it is newer than what is there (or it is not there at all) it will download the phar, put it in the library and then load the phar.