Download the PHP package reconnect/s3bundle without Composer
On this page you can find all versions of the php package reconnect/s3bundle. 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 s3bundle
S3Bundle
S3Bundle helps you connect you Symfony application to a S3 bucket, or any bucket that implements S3 API. It is a wrapper
around the great league/flysystem-aws-s3-v3
library
Installation
If you are not using Symfony flex, you will need a few extra steps to enable and configure the bundle
Usage
You need to update the following environment variables to make this bundle works
Then, you can inject the FlysystemS3Client.php
to do some common operations on buckets, such as :
Fetching a document presigned URL
Posting a document
Generating a thumbnail
You can also generate a thumbnail, it handles images and pdfs
Configuration reference
All versions of s3bundle with dependencies
PHP Build Version
Package Version
Requires
ext-exif Version
*
ext-fileinfo Version *
ext-imagick Version *
league/flysystem-aws-s3-v3 Version ^2.0|^3.0
php Version >=7.4.0
symfony/config Version ^4.4|^5.4|^6.0|^7.0
symfony/dependency-injection Version ^4.4|^5.4|^6.0|^7.0
symfony/http-foundation Version ^4.4|^5.4|^6.0|^7.0
symfony/http-kernel Version ^4.4|^5.4|^6.0|^7.0
symfony/mime Version ^4.4|^5.4|^6.0|^7.0
symfony/string Version ^4.4|^5.4|^6.0|^7.0
symfony/uid Version ^4.4|^5.4|^6.0|^7.0
ext-fileinfo Version *
ext-imagick Version *
league/flysystem-aws-s3-v3 Version ^2.0|^3.0
php Version >=7.4.0
symfony/config Version ^4.4|^5.4|^6.0|^7.0
symfony/dependency-injection Version ^4.4|^5.4|^6.0|^7.0
symfony/http-foundation Version ^4.4|^5.4|^6.0|^7.0
symfony/http-kernel Version ^4.4|^5.4|^6.0|^7.0
symfony/mime Version ^4.4|^5.4|^6.0|^7.0
symfony/string Version ^4.4|^5.4|^6.0|^7.0
symfony/uid Version ^4.4|^5.4|^6.0|^7.0
The package reconnect/s3bundle contains the following files
Loading the files please wait ....