PHPackages                             artur-gajewski/file-bank - 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. artur-gajewski/file-bank

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

artur-gajewski/file-bank
========================

A Zend Framework 2 module for uploading files to a File Bank along with metadata, keywords and status information and a controller to offer saved files for download.

1.0.x-dev(11y ago)2232410PHP

Since May 7Pushed 11y ago5 watchersCompare

[ Source](https://github.com/artur-gajewski/FileBank)[ Packagist](https://packagist.org/packages/artur-gajewski/file-bank)[ Docs](https://github.com/artur-gajewski/FileBank)[ RSS](/packages/artur-gajewski-file-bank/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (9)Versions (2)Used By (0)

FileBank module for Zend Framework 2
====================================

[](#filebank-module-for-zend-framework-2)

This module provides a way to store files in a structured database and file accessors to obtain the file for download or display without the need to setup public folders and worry about security and htaccess configurations.

View Helper is also provided for access to file's download URL as well as file information.

This module is in active development stage. See the bottom of this README for upcoming features.

Requirements:

- PHP 5.3
- Zend Framework 2
- Doctrine 2

See

Follow me on twitter: @GajewskiArtur

Installation with Composer
--------------------------

[](#installation-with-composer)

Go to your project directory and add the following line to "require" list in composer.json file:

```
"artur-gajewski/file-bank": "dev-master"
```

Now run the Composer:

```
php composer.phar install
```

Then add 'FileBank' into the Module array in APPLICATION\_ROOT/config/application.config.php

```
