加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > PHP教程 > 正文

PHP有没有像ruby gem bundler?

发布时间:2020-12-13 17:29:54 所属栏目:PHP教程 来源:网络整理
导读:我是 PHP程序员,知道Rails. Ruby gem bundler非常好的工具来安装依赖关系,php是否有类似的东西?(也许一些php框架有这样的工具). 关于gem bundler的扩展: Bundler manages an application’s dependencies through its entire life across many machines sy
我是 PHP程序员,知道Rails.

Ruby gem bundler非常好的工具来安装依赖关系,php是否有类似的东西?(也许一些php框架有这样的工具).

关于gem bundler的扩展:

Bundler manages an application’s dependencies through its entire life across many machines systematically and repeatably.

有 Composer.

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

然后你有Packagist(这是主要的Composer存储库).

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

并且您还可以使用Satis管理您的私有/自己的存储库.

Simple static Composer repository generator.

顺便说一下,作者的一篇文章大概是What & Why Composer.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读