Moodle Plugins directory: Plugins fetcher: Versions: v3.11-r2 | Moodle.org
Plugins fetcher
Local plugins ::: local_pluginsfetcher
Maintained by
Adrian Perez Rodriguez,
FFHS (Fernfachhochschule Schweiz),
Sascha Vogel,
Christoph Karlen
This plugin retrieves information about installed plugins.
Plugins fetcher v3.11-r2
Moodle 3.11
Released: 2021年05月26日 星期三 02:40
Moodle plugins Fetcher Plugin

This plugin installs a new webservice local_pluginsfetcher_get_information
which can be used 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
- Copy this plugin to the
local
directory of your Moodle instance:git clone https://github.com/adpe/moodle-local_pluginsfetcher.git local/pluginsfetcher
- Visit the notifications page to complete the installation process
For more information, visit MoodleDocs for installing contributed modules and plugins.
Configuration
- Enable the pre-built service under Site administration / Server / Web services / External services with click on
Edit
- Add the user to be used under
Autorised users
- Create a
token
for this servicePlugins fetcher
and user under Site administration / Server / Web services / Manage tokens. It's important that the user has the capabilitymoodle/site:config
.
Version information
- Version build number
- 2021052401
- Version release name
- v3.11-r2
- Can be updated from
- v3.6-r1, v3.7-r1, v3.6-r2, v3.7-r2, v3.8-r1, v3.7-r3, v3.8-r8, v3.9-r1, v3.8-r2, v3.6-r3, v3.7-r4, v3.8-r3, v3.9-r2, v3.10-r1, v3.11-r1, v3.6-r4 (2019101003), v3.7-r5 (2019101104), v3.8-r4 (2019112403), v3.9-r3 (2020061402), v3.10-r2 (2020111401)
- Maturity
- 稳定版
- MD5 Sum
- b4b1fdf2a42e2900c2e84b1dc8a82114
- Supported software
- PHP 7.3, PHP 7.4, Moodle 3.11
- Latest release for Moodle 3.11
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- main
- VCS tag
- v3.11-r2
Default installation instructions for plugins of the type Local plugins
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder in the "local" subdirectory.
- Visit http://yoursite.com/admin to finish the installation.