Moodle Plugins directory: Azure Object Storage SDK for PHP: Versions: 2017102000 | Moodle.org

Azure Object Storage SDK for PHP
Azure Object Storage SDK for PHP 2017102000
Azure Storage SDK - Moodle Plugin
A moodle plugin containing the Microsoft Azure Storage SDK for PHP.
To use the SDK, simply include the autoloader contained within this plugin.
require_once($CFG->dirroot . '/local/azure_storage/vendor/autoload.php');
Why does this exist?
There is a growing collection of various Moodle plugins that require these Azure libraries in order to work. We don't want to have multiple copies of these libraries bundled into each plugin, firstly because they are quite large, but also because it can cause issues with library namespaces and php auto loading.
Plugins that depend on this library are:
https://github.com/catalyst/moodle-tool_objectfs
Supported Moodle Versions
This plugin requires Moodle 2.6+
Installation
You can install this plugin from the plugin directory or get the latest version on GitHub.
git clone https://github.com/catalyst/moodle-local_azure_storage local/azure_storage
Crafted by Catalyst IT
This plugin was developed by Catalyst IT Australia:
Contributing and Support
Issues, and pull requests using github are welcome and encouraged!
https://github.com/catalyst/moodle-local_azure_storage/issues
If you would like commercial support or would like to sponsor additional improvements to this plugin please contact us:
Version information
- Version build number
- 2017102000
- Version release name
- 2017102000
- Maturity
- Stable version
- MD5 Sum
- aab315b42529f0f162b0e6d191dd6673
- Supported software
- Moodle 2.6, Moodle 2.7, Moodle 2.8, Moodle 2.9, Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4
- Latest release for Moodle 2.6
- Latest release for Moodle 2.7
- Latest release for Moodle 2.8
- Latest release for Moodle 2.9
- Latest release for Moodle 3.0
- Latest release for Moodle 3.1
- Latest release for Moodle 3.2
- Latest release for Moodle 3.3
- Latest release for Moodle 3.4
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- master
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.