https://github.com/catalyst/moodle-local_azure_storage
A moodle plugin containing the Microsoft Azure Storage SDK for PHP.
https://github.com/catalyst/moodle-local_azure_storage
Last synced: about 1 year ago
JSON representation
A moodle plugin containing the Microsoft Azure Storage SDK for PHP.
- Host: GitHub
- URL: https://github.com/catalyst/moodle-local_azure_storage
- Owner: catalyst
- Created: 2017-11-09T04:41:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T01:26:40.000Z (over 1 year ago)
- Last Synced: 2025-04-23T04:53:27.648Z (about 1 year ago)
- Language: PHP
- Size: 898 KB
- Stars: 3
- Watchers: 24
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
```php
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
| Branch | Version support | Notes |
| ---------------- | --------------- | ------------------------------------------------------------------------------------------------------------- |
| MOODLE_42_STABLE | 4.2 + | Uses an older re-namespaced version of the GuzzleHttp library, due to conflicts with core GuzzleHttp in 4.2+ |
| master | 2.6 - 4.1 | |
Since 17 March 2024 the Azure storage PHP SDK this plugin uses was deprecated and is no longer being maintained. While the API may still work, it is not officially being supported and will slowly become more incompatible with newer versions of PHP. This plugin is not actively maintained.
## Installation
You can install this plugin from the plugin directory or get the latest version
on GitHub.
```bash
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:
https://www.catalyst-au.net/

# 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:
https://www.catalyst-au.net/contact-us