php - PHP 有像 ruby​​ gem bundler 吗?

标签 php ruby-on-rails bundler gem-bundler

我是了解 Rails 的 PHP 程序员。

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 管理您的私有(private)/自己的存储库.

Simple static Composer repository generator.

顺便说一句,作者的一篇关于What & Why Composer的帖子.

关于php - PHP 有像 ruby​​ gem bundler 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12244913/

相关文章:

php - 这个sql查询可以接受吗?

php - DOM XPath 查询帮助

ruby-on-rails - 没有命名路线的rails3中的远程form_tag

ruby-on-rails - 从 View 中调用模型中的方法

jquery - 使用 link_to 传递 text_field 值

ruby - Capistrano 可以根据角色设置变量吗?

ruby-on-rails - Gemfile.lock 中包含仅限 Windows 的 gem 是否存在问题?

ruby - 为什么 RubyMine 2018.2 检测不到我的 gem ?

php - 为大型公司在 phpmyadmin 中创建大型 Web 应用程序

php - 登录后重定向到原始页面(Codeigniter)