startappz/yii2-s3streamwrapper

Register s3:// steam wrapper to be used into yii2 applications

1.4.0 2015-10-12 12:29 UTC

This package is not auto-updated.

Last update: 2024-04-17 15:07:28 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(); ?>```