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

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

joacub/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.

0.0.1.x-dev(13y ago)1674PHPPHP &gt;=5.3.3

Since Jan 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/joacub/FileBank)[ Packagist](https://packagist.org/packages/joacub/file-bank)[ Docs](https://github.com/joacub/FileBank)[ RSS](/packages/joacub-file-bank/feed)WikiDiscussions master Synced 1mo ago

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

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

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

BASED ON FILEBANK

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

```
