PHPackages                             x000000/storage-manager - 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. x000000/storage-manager

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

x000000/storage-manager
=======================

Storage manager with thumbnails support

0.3.2(9y ago)61.1k↓50%MITPHPPHP &gt;=5.6.0

Since Jul 14Pushed 9y ago3 watchersCompare

[ Source](https://github.com/x000000/storage-manager)[ Packagist](https://packagist.org/packages/x000000/storage-manager)[ RSS](/packages/x000000-storage-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

Storage Manager
===============

[](#storage-manager)

This project is a PHP library written to make uploading and storing files as easy as possible. And it can make thumbnails you want.

Requirements &amp; Dependency
-----------------------------

[](#requirements--dependency)

The library has the following requirements:

- PHP 5.6+
- The library has a single dependency - [Imagine](http://imagine.readthedocs.io/). This only needed if you what to make thumbnails with storage-manager.

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

[](#installation)

The preferred way to install this library is through composer.

Either run

```
php composer.phar require --prefer-dist x000000/storage-manager

```

or add

```
"x000000/storage-manager": "^0.3"

```

to the require section of your composer.json.

Usage
-----

[](#usage)

### Storing

[](#storing)

First of all you need to instantiate Storage object:

```
