startappz / yii2-s3streamwrapper
Register s3:// steam wrapper to be used into yii2 applications
Package info
github.com/msalahat/Yii2S3StreamWrapper
Type:yii2-extension
pkg:composer/startappz/yii2-s3streamwrapper
1.4.0
2015-10-12 12:29 UTC
Requires
- aws/aws-sdk-php: ^3.7
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-04-30 00:52:21 UTC
README
Register s3:// steam wrapper to be used into yii2 applications
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist startappz/yii2-s3streamwrapper "*"
or add
"startappz/yii2-s3streamwrapper": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \startappz\AutoloadExample::widget(); ?>```