PHPackages                             pculka/aws4-auth-bundle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. pculka/aws4-auth-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

pculka/aws4-auth-bundle
=======================

Allows HTTP requests to check for AWS4 signature

07PHP

Since Apr 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/pculka/aws4-auth-bundle)[ Packagist](https://packagist.org/packages/pculka/aws4-auth-bundle)[ RSS](/packages/pculka-aws4-auth-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Aws4AuthBundle
==============

[](#aws4authbundle)

[![Build Status](https://camo.githubusercontent.com/e5d6d3ce33782f4a278212e50593d9b371847735f4114075f881c70db8fb1e9f/68747470733a2f2f7472617669732d63692e6f72672f7063756c6b612f617773342d617574682d62756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/pculka/aws4-auth-bundle)

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

[](#installation)

Installation is a quick 5 steps process:

1. Download AWS4AuthBundle
2. Enable the Bundle in your Kernel
3. Extend your model class
4. Configure your application's security.yml
5. Configure the AWS4AuthBundle

### Step 1: Install AWS4AuthBundle

[](#step-1-install-aws4authbundle)

The preferred way to install this bundle is via [Composer](http://getcomposer.org). Check on [Packagist](https://packagist.org/packages/pculka/aws4-auth-bundle) the version you want to install and add it to your `composer.json`:

```
{
    "require": {
        // ...
        "pculka/aws4-auth-bundle": "dev-master"
    }
}
```

### Step 2: Enable the Bundle in your Kernel

[](#step-2-enable-the-bundle-in-your-kernel)

To enable the bundle in the kernel, just add it to your `registerBundles()` function:

```
