startappz/yii2-s3streamwrapper

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

Installs: 51

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/startappz/yii2-s3streamwrapper

1.4.0 2015-10-12 12:29 UTC

This package is not auto-updated.

Last update: 2026-01-21 23:24:22 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(); ?>```