Download the PHP package tonitin/post-s3 without Composer
On this page you can find all versions of the php package tonitin/post-s3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package post-s3
About
This library allows you to quickly create the post signed request for S3, from the database models.
First Step
- Includes trait S3PostSigned in your model
Here's an example of using createPostSigned
method:
Example response
{
"formAttributes": {
"action": "endpointUrl",
"method": "POST",
"enctype": "multipart/form-data"
},
"formInputs": {
"key": "xyz/abc/horse.mp3",
"X-Amz-Credential": "xxxxxxxxx",
"X-Amz-Algorithm": "xxxxxxxxx",
"X-Amz-Date": "xxxxxxxxxxxxxxxxxxxxxxxx",
"Policy": "xxxxxxxxxxxxxxxxxxxxxxxx",
"X-Amz-Signature": "xxxxxxxxxxxxxxxxxxxxxxxx"
}
}
All versions of post-s3 with dependencies
PHP Build Version
Package Version
Requires
aws/aws-sdk-php Version
^3.314
The package tonitin/post-s3 contains the following files
Loading the files please wait ....