Download the PHP package cloudverve/wp-aws-sdk without Composer
On this page you can find all versions of the php package cloudverve/wp-aws-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cloudverve/wp-aws-sdk
More information about cloudverve/wp-aws-sdk
Files in cloudverve/wp-aws-sdk
Package wp-aws-sdk
Short Description Houses the Amazon Web Services (AWS) PHP libraries and manages access keys. Required by other AWS plugins.
License GPL-3.0-only
Homepage https://github.com/cloudverve/wp-aws-sdk
Informations about the package wp-aws-sdk
Amazon Web Services (SDK) WordPress Plugin
A fork of the Amazon Web Services plugin by Delicious Brains. Loads the Amazon Web Services (AWS) PHP SDK v3 libraries and manages access keys.
Description
This plugin allows the user to define AWS access keys and allows other plugins to hook into it and use the AWS SDK that's included.
Intent
The intent of this plugin is to provide a common install of the Amazon Web Services (AWS) SDK for plugins to share.
- To avoid "DLL hell" and reduce redundancy
- To allow a single place to update the SDK, rather than having to update it for each plugin/theme.
Requirements
- WordPress 4.7 or higher
- PHP version 5.5 or greater
- PHP cURL library 7.16.2 or greater
- cURL compiled with OpenSSL and zlib
curl_multi_exec
enabled
Compatibility
This plugin has not yet been tested for compatibility with other plugins. Use at your own risk and test first.
Installation
When this project is stable, a distribution ZIP file will be created. Until then, you can download the source ZIP and install it in WordPress > Plugins > Add New > Upload Plugin.
Automatic Updates
When a release is made, automatic updates will be supported via GitHub Updater. This will be improved as time allows.
Composer
For those who prefer to manage plugins via Composer:
Bundling with Plugins & Themes
You can choose to require this plugin as a dependency in any manner you like. An easy way is to use TGM Plugin Activation (TGMPA). Example configuration:
Screenshots
1. Settings Page
Changelog
master
- Change: Updated AWS SDK to 3.67.18
3.56.3 - 2018-05-18
- New: Added Delicious Brains credit to plugin meta links
- New: Added proxy support, if defined by
WP_PROXY_HOST
andWP_PROXY_PORT
constants (5b1f4fb) - New: Added support for GitHub Updater
- New: Added translate and zip npm scripts
- New: Added support for retrieving
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
from environmental variables - Change: PHP 5.5 or higher as required by v3 SDK
- Change: Renamed plugin/slug, bumped version to match SDK
- Change: Renamed
wp-config.php
constants toAWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
- Change: Moved AWS admin menu to be submenu of Settings
- Improvement: Load AWS PHP SDK 3.5