Moodle Plugins directory: Amazon's SDK for PHP: Versions: 2017071501 | Moodle.org

Amazon's SDK for PHP
Local plugins ::: local_aws
Maintained by
Catalyst IT
Part of set AWS.
A moodle plugin containing Amazon's SDK for PHP.
Amazon's SDK for PHP 2017071501
Moodle 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3, 3.5, 3.6, 3.7
Released: Friday, 18 August 2017, 12:32 PM
AWS SDK - Moodle Plugin
A moodle plugin containing Amazon's SDK for PHP.
To use the SDK, simply include the autoloader contained within this plugin.
require_once($CFG->dirroot . '/local/aws/sdk/aws-autoloader.php');
If you are writing a plugin that will use this SDK, it is recommended that you add this to the plugin's version.php:
$plugin->dependencies = array(
'local_aws' => 2017030100
);
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_aws local/aws
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_aws/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
Version information
- Version build number
- 2017071501
- Version release name
- 2017071501
- Maturity
- Stable version
- MD5 Sum
- 241dbc158ecb579c61a5f462d83deb4f
- 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.5, Moodle 3.6, Moodle 3.7
- The more recent release 3.208.1 (2023011100) exists for Moodle 2.6
- The more recent release 3.208.1 (2023011100) exists for Moodle 2.7
- The more recent release 3.208.1 (2023011100) exists for Moodle 2.8
- The more recent release 3.208.1 (2023011100) exists for Moodle 2.9
- The more recent release 3.208.1 (2023011100) exists for Moodle 3.0
- The more recent release 3.208.1 (2023011100) exists for Moodle 3.1
- The more recent release 3.208.1 (2023011100) exists for Moodle 3.2
- The more recent release 3.276.2 (2024050801) exists for Moodle 3.3
- The more recent release 3.276.2 (2024050801) exists for Moodle 3.5
- The more recent release 3.276.2 (2024050801) exists for Moodle 3.6
- The more recent release 3.276.2 (2024050801) exists for Moodle 3.7
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- master
- VCS tag
- 2017071501
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.