PHPackages                             programster/aws-wrapper - 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. programster/aws-wrapper

ActiveLibrary

programster/aws-wrapper
=======================

A package to make it easier to interface with the AWS API.

4.1.0(2y ago)01.5kMITPHPPHP &gt;=8.1.0

Since Oct 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/programster/package-aws-wrapper)[ Packagist](https://packagist.org/packages/programster/aws-wrapper)[ Docs](https://github.com/programster/package-aws-wrapper)[ RSS](/packages/programster-aws-wrapper/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (2)Versions (35)Used By (0)

AWS Wrapper for PHP
===================

[](#aws-wrapper-for-php)

This package aims to wrap around Amazons PHP sdk so that it provides the developer with a more object-orientated interface. Thus, the developer will spend less time having to read the documentation in order to look-up the parameters they need to pass into an array.

This version of the wrapper is based on [version 3 of the SDK](https://docs.aws.amazon.com/aws-sdk-php/v3/api/).

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

[](#installation)

```
composer require programster/aws-Wrapper
```

Example Usage
-------------

[](#example-usage)

```
