Frequently Asked Questions
that no one has asked yet.
- Why did I create this?
- I needed to migrate a bunch of individual WordPress sites into a multisite installation. I created a script to get all of the WordPres plugins installed on each site and add them all to a composer.json file to not have to have all of the third-party plugin code in the repo.
- Isn't there already a Composer plugin for WordPress?
- Yes, there is but it hasn't been updated in three years and does not work without changing the name of the main plugin file. Also, it doesn't have as many options as this one.
- What is a good use case for this?
- When you need to manage the plugin and theme dependencies of your WordPress site but you don't want a bunch of third-party code in your repo, which increases its size. Also, managing the dependencies of a Multisite.