Extension:WindowsAzureSDK
|
WindowsAzureSDK Release status: beta |
|
|---|---|
| Implementation | other (invalid type) |
| Description | Provides the PHPAzure library as a foundation for other extensions |
| Author(s) | Robert Vogel (OsnardTalk) |
| Last version | 4.1.0 (2012-01-15) |
| MediaWiki | 1.19+ |
| License | New BSD License (BSD) |
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/WindowsAzureSDK/README.txt?view=markup |
|
Check usage (experimental) |
|
Contents |
[edit] What can this extension do?
This extension provides the PHPAzure SDK created by REALDOLMEN. It is used as a foundation for other extension using Windows Azure services.
[edit] Usage
The extension should be added to the LocalSettings.php before other extensions that rely on the PHPAzure library.
In your own extensions code you can just use the classes from the PHPAzure library, without having to include them yourself. Check out the official documentation of PHPAzure for more detailed information on the available classes and to learn how to work with Windows Azure.
[edit] Download instructions
Use the download link in the infobox on the right side this page.
[edit] Installation
To install this extension extract the extension files to the extensions/ direchtory of your MediaWiki installation and add the following to LocalSettings.php:
require_once("$IP/extensions/WindowsAzureSDK/WindowsAzureSDK.php");
[edit] Configuration parameters
No further configuration is needed.