Does PHP have like ruby gem bundler?

浪尽此生 提交于 2019-12-03 03:43:22

There is Composer.

Composer is a package manager tracking local dependencies of your projects and libraries.

Then you have Packagist (which is the main Composer repository).

Packagist is the main Composer repository. It aggregates all sorts of PHP packages that are installable with Composer.

And you can also manage your private/own repository using Satis.

Simple static Composer repository generator.

By the way, a post from the author about What & Why Composer.

there is pecl for php, for php extensions.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!