Download the PHP package atellitech/flysystem-s3-yii2 without Composer
On this page you can find all versions of the php package atellitech/flysystem-s3-yii2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download atellitech/flysystem-s3-yii2
More information about atellitech/flysystem-s3-yii2
Files in atellitech/flysystem-s3-yii2
Download atellitech/flysystem-s3-yii2
More information about atellitech/flysystem-s3-yii2
Files in atellitech/flysystem-s3-yii2
Vendor atellitech
Package flysystem-s3-yii2
Short Description It's an adapter of AWS S3 for Yii2 that integrating with atellitech/flysystem-yii2.
License MIT
Homepage https://github.com/iamgold/flysystem-s3-yii2
Package flysystem-s3-yii2
Short Description It's an adapter of AWS S3 for Yii2 that integrating with atellitech/flysystem-yii2.
License MIT
Homepage https://github.com/iamgold/flysystem-s3-yii2
Please rate this library. Is it a good library?
Informations about the package flysystem-s3-yii2
flysystem-s3-yii2
It's an adapter of AWS S3 for Yii2 that integrating with atellitech/flysystem-yii2
Supports
- AWS S3
Please see https://flysystem.thephpleague.com/docs/adapter/aws-s3-v3/ - Async AWS S3
Please see https://flysystem.thephpleague.com/docs/adapter/async-aws-s3/
Getting Start
Requirements
- php8.0+
Install
Usage
AWS S3
Add component into config file of yii2 project
Async AWS S3
Add component into config file of yii2 project
```php= ... "components": [ "fs" => [ 'class' => 'AtelliTech\Yii2\FlysystemAdapterAwsAsyncS3', 'bucketName' => '{bucketName}', 'pathPrefix' => '{pathPrefix}', default: '' means root path of bucket 'version' => '{version}', // default: latest 'key' => '{key}', 'secret' => '{secret}', 'region' => '{region}', // default: ap-northeast-1 ] ]
All versions of flysystem-s3-yii2 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
yiisoft/yii2 Version ^2.0
atellitech/flysystem-yii2 Version ^1.0.0
league/flysystem-aws-s3-v3 Version ^3.0
league/flysystem-async-aws-s3 Version ^3.0
async-aws/simple-s3 Version ^1.1
yiisoft/yii2 Version ^2.0
atellitech/flysystem-yii2 Version ^1.0.0
league/flysystem-aws-s3-v3 Version ^3.0
league/flysystem-async-aws-s3 Version ^3.0
async-aws/simple-s3 Version ^1.1
The package atellitech/flysystem-s3-yii2 contains the following files
Loading the files please wait ....