Plugins fetcher

General plugins (Local) ::: local_pluginsfetcher
Maintained by Adrian Perez Rodriguez, FFHS (Fernfachhochschule Schweiz), Sascha Vogel, Christoph Karlen
This plugin retrieves information about installed plugins.

Plugins fetcher v3.7-r5

Moodle 3.7
Released: Wednesday, 26 May 2021, 2:30 AM

Moodle plugins Fetcher Plugin Build Status

This plugin install a new webservice local_pluginsfetcher_get_information which can be use to retrieve information about installed plugins.

Main features

There are two optional parameters which can be combined to fetch only given data:

key value description
type string Only given plugin types will be fetched
contribonly int Only additional plugins will be fetched

Installation

  1. Copy this plugin to the local directory of your Moodle instance: git clone https://github.com/adpe/moodle-local_pluginsfetcher.git local/pluginsfetcher
  2. Visit the notifications page to complete the install process

For more information, visit MoodleDocs for installing contributed modules and plugins.

Configuration

  1. Enable the pre-built service under Site administration / Server / Web services / External services with click on Edit
  2. Add the user to be used under Autorised users
  3. Create a token for this service Plugins fetcher and user under Site administration / Server / Web services / Manage tokens. It's important that the user has the capability moodle/site:config.

Version information

Version build number
2019101104
Version release name
v3.7-r5
Can be updated from
v3.6-r1, v3.7-r1, v3.6-r2, v3.7-r2, v3.7-r3, v3.6-r3, v3.7-r4, v3.6-r4 (2019101003)
Can be updated to
v3.8-r4 (2019112403), v3.9-r3 (2020061402), v3.10-r2 (2020111401), v3.11-r2 (2021052401)
Maturity
Stable version
MD5 Sum
9e00e60f2815c7ec82f4fcb0576c673f
Supported software
PHP 7.2, Moodle 3.7, PHP 7.3
  • Latest release for Moodle 3.7

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
MOODLE_37_STABLE
VCS tag
v3.7-r5

Default installation instructions for plugins of the type General plugins (Local)

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder in the "local" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation.