Group Plugin Installer
Allows you to easily add a group of plugins to a WordPress installation.
by Andy Fragen · github.com/afragen/group-plugin-installer · website
★ 6stars
2forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/afragen/group-plugin-installer/archive/refs/heads/master.zipAlso on Packagist as afragen/group-plugin-installer:
composer require afragen/group-plugin-installerDeclares an update source (afragen/group-plugin-installer), so updates arrive through the plugin's own updater.
From the readme
Group Plugin Installer
Plugin Name: Group Plugin Installer
Plugin URI: https://github.com/afragen/group-plugin-installer
Description: Allows you to easily add a group of plugins to a WordPress installation.
Author: Andy Fragen
License: MIT
Requires WP: 5.1
Requires PHP: 5.6
GitHub Plugin URI: afragen/group-plugin-installer
Description
Allows you to easily add a group of plugins to a WordPress installation by using wp-dependency-installer framework.
Also see WP Dependency Installer Examples.
You can change the plugins that are installed by editing the wp-dependencies.json file. Instructions are in the framework link above.