PHPackages                             deliciousbrains/wp-amazon-web-services - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. deliciousbrains/wp-amazon-web-services

ActiveWordpress-plugin

deliciousbrains/wp-amazon-web-services
======================================

Houses the Amazon Web Services (AWS) PHP libraries and manages access keys. Required by other AWS plugins.

1.0.5(8y ago)43139.0k38[1 PRs](https://github.com/deliciousbrains/wp-amazon-web-services/pulls)GPL-3.0-onlyPHP

Since Dec 4Pushed 8mo ago15 watchersCompare

[ Source](https://github.com/deliciousbrains/wp-amazon-web-services)[ Packagist](https://packagist.org/packages/deliciousbrains/wp-amazon-web-services)[ Docs](https://github.com/deliciousbrains/wp-amazon-web-services)[ RSS](/packages/deliciousbrains-wp-amazon-web-services/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (19)Used By (0)

Amazon Web Services
===================

[](#amazon-web-services)

**Contributors:** bradt, deliciousbrains
**Tags:** amazon, amazon web services
**Requires at least:** 4.6
**Tested up to:** 4.9
**Stable tag:** 1.0.5
**License:** GPLv3

Houses the Amazon Web Services (AWS) PHP SDK v2 libraries and manages access keys.

Description
-----------

[](#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.

The plan was for this plugin to be a dependency of several plugins and all could use the same AWS SDK. We realized however that there are [problems with this idea](https://deliciousbrains.com/wp-offload-s3-1-6-released/?utm_campaign=WP%2BOffload%2BS3&utm_source=wordpress.org&utm_medium=free%2Bplugin%2Blisting&utm_content=AWS) and we've taken [another approach](https://deliciousbrains.com/wp-offload-s3-1-6-released/?utm_campaign=WP%2BOffload%2BS3&utm_source=wordpress.org&utm_medium=free%2Bplugin%2Blisting&utm_content=AWS).

This plugin was used by our plugins ([WP Offload S3](https://deliciousbrains.com/wp-offload-s3/?utm_campaign=WP%2BOffload%2BS3&utm_source=wordpress.org&utm_medium=free%2Bplugin%2Blisting&utm_content=AWS) and [WP Offload S3 Lite](http://wordpress.org/plugins/amazon-s3-and-cloudfront/)) but it is almost certainly used by other plugins we're not aware of. So although it is no longer needed for our plugins, we'll leave it here for others.

### Requirements

[](#requirements)

- PHP version 5.3.3 or greater
- PHP cURL library 7.16.2 or greater
- cURL compiled with OpenSSL and zlib
- curl\_multi\_exec enabled

Installation
------------

[](#installation)

1. Use WordPress' built-in installer
2. A new AWS menu will appear in the side menu

Screenshots
-----------

[](#screenshots)

### 1. Settings screen

[](#1-settings-screen)

[![Settings screen](https://raw.githubusercontent.com/deliciousbrains/wp-amazon-web-services/assets/screenshot-1.png)](https://raw.githubusercontent.com/deliciousbrains/wp-amazon-web-services/assets/screenshot-1.png)

Changelog
---------

[](#changelog)

### 1.0.5 - 2018-02-20

[](#105---2018-02-20)

- Change: Plugins page removed as this plugin is no longer required by [WP Offload S3](https://deliciousbrains.com/wp-offload-s3/?utm_campaign=WP%2BOffload%2BS3&utm_source=wordpress.org&utm_medium=free%2Bplugin%2Blisting&utm_content=AWS) or [WP Offload S3 Lite](http://wordpress.org/plugins/amazon-s3-and-cloudfront/)
- Bug fix: Update checking broken for version 1.5 or less of WP Offload S3
- Bug fix: `WP_Offload_S3_Autoloader` class included in plugin
- Bug fix: License in composer.json fails Packagist validation

### 1.0.4 - 2017-11-20

[](#104---2017-11-20)

- Improvement: Compatibility with WordPress 4.9
- Improvement: Compatibility with WP Offload S3 1.5.1
- Bug fix: Reveal access keys form option shown when keys partially defined
- Bug fix: WP\_Error being passed to AWS methods
- Bug fix: "More info" links can be broken across two lines

### 1.0.3 - 2017-06-19

[](#103---2017-06-19)

- Improvement: Compatibility with WP Offload S3 1.5

### 1.0.2 - 2017-03-13

[](#102---2017-03-13)

- New: AWS SDK updated to 2.8.31
- New: London and Montreal regions added

### 1.0.1 - 2016-12-13

[](#101---2016-12-13)

- New: Mumbai and Seoul regions added

### 1.0 - 2016-09-29

[](#10---2016-09-29)

- Improvement: Compatibility with WP Offload S3 Lite 1.1
- Improvement: Compatibility with WP Offload S3 1.2

### 0.3.7 - 2016-09-01

[](#037---2016-09-01)

- Improvement: No longer delete plugin data on uninstall. Manual removal possible, as per this [doc](https://deliciousbrains.com/wp-offload-s3/doc/uninstall/?utm_campaign=changelogs&utm_source=wordpress.org&utm_medium=free%2Bplugin%2Blisting&utm_content=AWS).

### 0.3.6 - 2016-05-30

[](#036---2016-05-30)

- Improvement: Now checks that the `curl_multi_exec` function is available.

### 0.3.5 - 2016-03-07

[](#035---2016-03-07)

- Improvement: Support for `DBI_` prefixed constants to avoid conflicts with other plugins
- Improvement: Redesign of the Addons page
- Improvement: Compatibility with WP Offload S3 Lite 1.0
- Improvement: Compatibility with WP Offload S3 1.1

### 0.3.4 - 2015-11-02

[](#034---2015-11-02)

- Improvement: Compatibility with WP Offload S3 Pro 1.0.3

### 0.3.3 - 2015-10-26

[](#033---2015-10-26)

- Improvement: Updated Amazon SDK to version 2.8.18
- Improvement: Fix inconsistent notice widths on *Access Keys* screen
- New: WP Offload S3 Pro addons (Enable Media Replace, Meta Slider, WPML) added to the *Addons* screen

### 0.3.2 - 2015-08-26

[](#032---2015-08-26)

- New: WP Offload S3 Pro upgrade and addons added to the *Addons* screen

### 0.3.1 - 2015-07-29

[](#031---2015-07-29)

- Bug fix: Style inconsistencies on the *Addons* screen

### 0.3 - 2015-07-08

[](#03---2015-07-08)

- New: Support for [IAM Roles on Amazon EC2](https://deliciousbrains.com/wp-offload-s3/doc/iam-roles/?utm_campaign=changelogs&utm_source=wordpress.org&utm_medium=free%2Bplugin%2Blisting&utm_content=AWS) using the `AWS_USE_EC2_IAM_ROLE` constant
- New: Redesigned *Access Keys* and *Addons* screens
- Improvement: *Settings* menu item renamed to *Access Keys*
- Improvement: *Access Keys* link added to plugin row on *Plugins* screen
- Improvement: Activate addons directly from within *Addons* screen
- Improvement: [Quick Start Guide](https://deliciousbrains.com/wp-offload-s3/doc/quick-start-guide/?utm_campaign=changelogs&utm_source=wordpress.org&utm_medium=free%2Bplugin%2Blisting&utm_content=AWS) documentation

### 0.2.2 - 2015-01-19

[](#022---2015-01-19)

- Bug Fix: Reverting AWS client config of region and signature

### 0.2.1 - 2015-01-10

[](#021---2015-01-10)

- New: AWS SDK updated to 2.7.13
- New: Translation ready
- Improvement: Code cleanup to WordPress coding standards
- Improvement: Settings notice UI aligned with WordPress style
- Bug: Error if migrating keys over from old Amazon S3 and CloudFront plugin settings

### 0.2 - 2014-12-04

[](#02---2014-12-04)

- New: AWS SDK updated to 2.6.16
- New: Set the region for the AWS client by defining `AWS_REGION` in your wp-config.php
- New: Composer file for Packagist support
- Improvement: Base plugin class performance of installed version
- Improvement: Base plugin class accessor for various properties
- Improvement: Addon plugin modal now responsive
- Improvement: Better menu icon
- Improvement: Code formatting to WordPress standards

### 0.1 - 2013-09-20

[](#01---2013-09-20)

- First release

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance45

Moderate activity, may be stable

Popularity40

Moderate usage in the ecosystem

Community24

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~73 days

Recently: every ~108 days

Total

17

Last Release

3000d ago

Major Versions

0.3.7 → 1.02016-09-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/c404609458a1a91e293ba27bf9909ed84785fe13a30f8e731e24d851fbdbe4f2?d=identicon)[deliciousbrains](/maintainers/deliciousbrains)

---

Top Contributors

[![polevaultweb](https://avatars.githubusercontent.com/u/1770201?v=4)](https://github.com/polevaultweb "polevaultweb (50 commits)")[![bradt](https://avatars.githubusercontent.com/u/190095?v=4)](https://github.com/bradt "bradt (48 commits)")[![A5hleyRich](https://avatars.githubusercontent.com/u/1422996?v=4)](https://github.com/A5hleyRich "A5hleyRich (8 commits)")[![ianmjones](https://avatars.githubusercontent.com/u/4710?v=4)](https://github.com/ianmjones "ianmjones (3 commits)")[![etcook](https://avatars.githubusercontent.com/u/2329397?v=4)](https://github.com/etcook "etcook (2 commits)")[![kopepasah](https://avatars.githubusercontent.com/u/911283?v=4)](https://github.com/kopepasah "kopepasah (2 commits)")[![Clean-Cole](https://avatars.githubusercontent.com/u/389053?v=4)](https://github.com/Clean-Cole "Clean-Cole (1 commits)")[![tomasdev](https://avatars.githubusercontent.com/u/364033?v=4)](https://github.com/tomasdev "tomasdev (1 commits)")

---

Tags

pluginamazonawsamazon web services

### Embed Badge

![Health badge](/badges/deliciousbrains-wp-amazon-web-services/health.svg)

```
[![Health](https://phpackages.com/badges/deliciousbrains-wp-amazon-web-services/health.svg)](https://phpackages.com/packages/deliciousbrains-wp-amazon-web-services)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k511.3M2.2k](/packages/aws-aws-sdk-php)[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M74](/packages/aws-aws-sdk-php-laravel)[aws/aws-crt-php

AWS Common Runtime for PHP

416300.1M4](/packages/aws-aws-crt-php)[aws/aws-sdk-php-symfony

A Symfony bundle for v3 of the AWS SDK for PHP

36517.7M22](/packages/aws-aws-sdk-php-symfony)[aws/aws-php-sns-message-validator

Amazon SNS message validation for PHP

21421.5M91](/packages/aws-aws-php-sns-message-validator)[async-aws/core

Core package to integrate with AWS. This is a lightweight AWS SDK provider by AsyncAws.

10139.5M66](/packages/async-aws-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
