WP Composer is a WP-CLI package for managing your WordPress theme and plugin dependencies. By using the power of WP-CLI and composer, you can declare the themes and plugins your WordPress site depends on.
wp package install rxnlabs/wp-composer-dependencies
Clone this repo into plugins/ folder of your WordPress site, run:
composer install --no-dev --prefer-dist
This installs the plugin dependencies. Then, activate the plugin.
Note: Only needed if you're using as a plugin and not as a WP-CLI package. Composer is useful in a lot of other scenarios. Learn more about Composer.
After installing as a WP-CLI package or as a plugin, run wp composer --help
to see the list of commands and subcommands available.
Command | Description |
---|---|
composer plugins |
Manage dependencies of installed plugins |
composer themes |
Manage dependencies of installed themes |
composer plugin |
Manage dependencies of a specific plugin |
composer theme |
Manage dependencies of a specific theme |
composer add |
Add installed plugins and themes to composer.json |
composer install |
Install the dependencies of third-party themes and plugins |
List of hooks available for the plugin
Learn more about the plugin and the commands available by visiting https://rxnlabs.github.io/wp-composer/
Note This plugin currently does not support premium plugins and themes, as well as plugins and themes not hosted on WordPress.org. This is a limitation I would like to fix at some point. In the meantime, you can manage your premium plugins in other ways such as submodules, subtrees, and plenty of other ways.
When you find issues, please report theme:
Be sure to include any relevant details including PHP version, plugins installed on the site, error messages, themes install on the site, WP-CLI version.