PHPackages                             irap/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. [Database &amp; ORM](/categories/database)
4. /
5. irap/aws-wrapper

ActiveLibrary[Database &amp; ORM](/categories/database)

irap/aws-wrapper
================

Package for rapidly developing models that represent mysql tables. Tables must have an id field.

3.2.0(1y ago)04.3k1MITPHPPHP &gt;=5.3.0

Since Oct 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/iRAP-software/package-aws-wrapper)[ Packagist](https://packagist.org/packages/irap/aws-wrapper)[ Docs](http://www.irap.org/)[ RSS](/packages/irap-aws-wrapper/feed)WikiDiscussions master Synced today

READMEChangelog (8)Dependencies (2)Versions (21)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 looking up the parameters they can 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 irap/aws-Wrapper
```

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

[](#example-usage)

```
