Title: WP Composer
Author: Sean Fisher
Published: <strong>2013 年 6 月 10 日</strong>
Last modified: 2013 年 7 月 15 日

---

搜索插件

![](https://ps.w.org/composer/assets/banner-772x250.png?rev=724887)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/composer_588492.svg)

# WP Composer

 作者：[Sean Fisher](https://profiles.wordpress.org/sean212/)

[下载](https://downloads.wordpress.org/plugin/composer.0.1.2.zip)

 * [详情](https://cn.wordpress.org/plugins/composer/#description)
 * [评价](https://cn.wordpress.org/plugins/composer/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/composer/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/composer/#developers)

 [支持](https://wordpress.org/support/plugin/composer/)

## 描述

Adding Composer dependency management to WP CLI. Allows you to recursivly install/
update composer packages inside of all of your WordPress plugins and themes.

### What is this using?

This package uses a great piece of software called [WP-CLI](http://wp-cli.org/).
It provides a command line interface for WordPress management. We are a plugin providing
Composer management inside of WP CLI.

### What’s Composer?

It’s the greatest thing to happen to the web since GIFs, Drop Shadows and dancing
cats. Composer is a dead simple JSON-based dependency manager for PHP. For more 
information, check out [http://getcomposer.org/](http://getcomposer.org/).

### So this is complete Composer support?

No, not exactly! Sadly, I’m building this out and I’m trying to make some sweet 
WP-CLI and Composer integration. But for now, we only support a few command:

 * install
 * update
 * diagnose
 * help
 * status

If you’d love to help out, please help! Make a pull request and let’s get coding!

### How do I build Composer Management inside of my plugin?

Simple really! You just create a simple `composer.json` file like you would with
any Composer project. From there, wp-composer will interface with each plugin/theme
that has composer support and it will generate the autoload files, too!

Just include something like this inside your main plugin file:

    ```
    require(__DIR__.'/vendor/autoload.php');
    ```

It’s that simple.

## 安装

 1. Upload `/composer/` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Interface with it via wp-cli!

## 常见问题

  What is WP CLI?

WP-CLI is a set of command-line tools for managing WordPress installations. For 
more, checkout [http://wp-cli.org/](http://wp-cli.org/).

  What’s Composer?

It’s the greatest thing to happen to the web since GIFs, Drop Shadows and dancing
cats. Composer is a dead simple JSON-based dependency manager for PHP. For more 
information, check out [http://getcomposer.org/](http://getcomposer.org/).

## 评价

![](https://secure.gravatar.com/avatar/7f48067d4c365be64171212a461e55fc9ade09278de671902b40b17cf0817c51?
s=60&d=retro&r=g)

### 󠀁[Is the pluggin still supported?](https://wordpress.org/support/topic/is-the-pluggin-still-supported/)󠁿

 [Trinitech](https://profiles.wordpress.org/trinitech/) 2016 年 10 月 17 日

Hi, We would like to use your plugin but noticed that it hasn’t been updated for
over 2 years. Could you please tell us if WP Composer is working with wordpress 
4.6? Thank you

 [ 阅读所有2条评价 ](https://wordpress.org/support/plugin/composer/reviews/)

## 贡献者及开发者

「WP Composer」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Sean Fisher ](https://profiles.wordpress.org/sean212/)

[帮助将「WP Composer」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/composer)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/composer/)，查看[SVN仓库](https://plugins.svn.wordpress.org/composer/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/composer/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/composer/)。

## 更新日志

#### 0.1

 * Initial Release
 * Provides support for install/update/help/diagnose/status/about

#### 0.1.1 and 0.1.2

 * Bug fixes
 * Better documentation

## 额外信息

 *  版本 **0.1.2**
 *  最后更新：**13 年前**
 *  活跃安装数量 **70+**
 *  WordPress 版本 ** 3.3 或更高版本 **
 *  已测试的最高版本为 **3.5.2**
 *  语言
 * [English (US)](https://wordpress.org/plugins/composer/)
 * 标签
 * [composer](https://cn.wordpress.org/plugins/tags/composer/)[dependency](https://cn.wordpress.org/plugins/tags/dependency/)
   [php](https://cn.wordpress.org/plugins/tags/php/)[wp-cli](https://cn.wordpress.org/plugins/tags/wp-cli/)
 *  [高级视图](https://cn.wordpress.org/plugins/composer/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  2 条 5 星评价     ](https://wordpress.org/support/plugin/composer/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/composer/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/composer/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/composer/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/composer/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/composer/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/composer/reviews/)

## 贡献者

 *   [ Sean Fisher ](https://profiles.wordpress.org/sean212/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/composer/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](http://seanfisher.co/donate)