PHPackages                             mfn/aws-post-v4-sign - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. mfn/aws-post-v4-sign

Abandoned → [aws/aws-sdk-php](/?search=aws%2Faws-sdk-php)ArchivedLibrary[File &amp; Storage](/categories/file-storage)

mfn/aws-post-v4-sign
====================

Create a signature for Amazon S3 POST API request

0.1(10y ago)87.2k1MITPHPPHP &gt;=5.4

Since Jan 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mfn/php-aws-post-v4-sign)[ Packagist](https://packagist.org/packages/mfn/aws-post-v4-sign)[ Docs](http://github.com/mfn/php-aws-post-v4-sign)[ RSS](/packages/mfn-aws-post-v4-sign/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

THIS REPO IS ARCHIVED
=====================

[](#this-repo-is-archived)

Please use the features of the official AWS SDK PHP

Specifically, have a look at

---

Create V4 signature for AWS S3 REST API Post requests [ ![Travis Build Status](https://camo.githubusercontent.com/8f78929f56a457c4060c5c82ea14ac6adceca04d466607b9020f398943c8de68/68747470733a2f2f7472617669732d63692e6f72672f6d666e2f7068702d6177732d706f73742d76342d7369676e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mfn/php-aws-post-v4-sign)
=====================================================================================================================================================================================================================================================================================================================================================================

[](#create-v4-signature-for-aws-s3-rest-api-post-requests--)

Homepage:

Blurb
=====

[](#blurb)

This library can create signature for a POST request designated for Amazon Simple Storage (S3) REST API service.

This package does not depend on the AWS PHP SDK. It can only create a signature. Logically, this code exists in similar form inside the SDK, but it's not possible form the outside to leaverage it.

Fore more information see:

-
-

Requirements
============

[](#requirements)

PHP 5.4

Install / Setup
===============

[](#install--setup)

Using composer: `composer.phar require mfn/aws-post-v4-sign 0.1`

Example
=======

[](#example)

```
