PHPackages                             radnan/rdn-upload - 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. radnan/rdn-upload

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

radnan/rdn-upload
=================

Zend Framework 2/3 module to manage file uploads easily and securely

v3.0.0(8y ago)168.1k↑500%15[1 issues](https://github.com/radnan/rdn-upload/issues)MITPHPCI failing

Since Dec 25Pushed 5y ago5 watchersCompare

[ Source](https://github.com/radnan/rdn-upload)[ Packagist](https://packagist.org/packages/radnan/rdn-upload)[ RSS](/packages/radnan-rdn-upload/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (5)Versions (6)Used By (0)

RdnUpload
=========

[](#rdnupload)

The **RdnUpload** ZF3 module makes it really easy to manage file uploads.

The underlying file operations are abstracted away from the developer. By default files are stored in the local filesystem. But we can easily replace the local adapter with something like Amazon cloud storage.

[![Build Status](https://camo.githubusercontent.com/289b631d472dc92056e2d232cd0275684f5bb41fe59de9f6f9417d212b5491dd/68747470733a2f2f7472617669732d63692e6f72672f7261646e616e2f72646e2d75706c6f61642e706e67)](https://travis-ci.org/radnan/rdn-upload)

How to install
--------------

[](#how-to-install)

Use composer to require the `radnan/rdn-upload` package:

```
$ composer require radnan/rdn-upload:3.*
```

Activate the module by including it in your `application.config.php` file:

```
