本页面中的信息并不完全以您的首选语言展示,我们正在完善其他语言版本。想要以您的首选语言了解相关信息,可以点击这里下载PDF。
Composer
Although the idea of dependency management is not new and considered to be a fundamental development practice, it is not widely adopted by the PHP community. Composer is a tool for dependency management in PHP. It is strongly influenced by tools from other technology stacks like Node's npm and Ruby's Bundler. We are now seeing wide adoption across PHP projects and it is fairly mature. You can still have to do some shims for internal libraries, you can use it for most external libraries.
Although the idea of dependency management is not new and considered to be a fundamental development practice, it is not widely adopted by the PHP community. Composer is a tool for dependency management in PHP. It is strongly influenced by tools from other technology stacks like Node's npm and Ruby's Bundler.