TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Package Management All the Way Down

4 pointsby dustinrcollinsover 11 years ago

1 comment

reizover 11 years ago
Thanks for posting this article! I totally agree that every software developer should use a package manager to manage his dependencies. Downloading binaries with a browser is totally 1995.<p>There are a couple more package managers I missed in the article. For example the new package manager for PHP, called composer. It is very similar to NPM from NodeJS. And there are already more than 17K projects on the central repository. You can check out the numbers here: <a href="http://www.versioneye.com/php" rel="nofollow">http:&#x2F;&#x2F;www.versioneye.com&#x2F;php</a><p>Another really big one is Maven for Java. There are more than 80K Project available through Maven Repositories. Maven is the most complex package manager I know. But I guess that is natural for Enterprise :-) I prefer more simple package managers.<p>On this page you can see how many projects are available through each package manager: <a href="http://www.versioneye.com/statistics" rel="nofollow">http:&#x2F;&#x2F;www.versioneye.com&#x2F;statistics</a>. Bower and other package managers will be integrated in the next weeks.