PHPackages                             tmukherjee13/yii2-storage - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. tmukherjee13/yii2-storage

ActiveYii2-extension[File &amp; Storage](/categories/file-storage)

tmukherjee13/yii2-storage
=========================

File system Abstraction Layer for Yii2

013PHP

Since Dec 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/tmukherjee13/yii2-storage)[ Packagist](https://packagist.org/packages/tmukherjee13/yii2-storage)[ RSS](/packages/tmukherjee13-yii2-storage/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 File Storage
=================

[](#yii2-file-storage)

File system Abstraction Layer for Yii2

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist tmukherjee13/yii2-storage "*"

```

or add

```
"tmukherjee13/yii2-storage": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Create a file '\_storage.php' inside the config directory of your application with the following contents:

```
