2017 © Pedro Peláez
 

library csn-file-manager

File manager for ZF2

image

coolcsn/csn-file-manager

File manager for ZF2

  • Wednesday, September 25, 2013
  • by wingman
  • Repository
  • 2 Watchers
  • 4 Stars
  • 235 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CsnFileManager

Zend Framework 2 Module, (*1)

What is CsnFileManager?

CsnCsnFileManager is a simple File Manager that lets users upload files. It makes it easy to download a file or include it in your html. The files are stored in a directory not directly accessible by Apache., (*2)

Installation

  1. Installation via composer is supported, simply run: php composer.phar require coolcsn/csn-file-manager:dev-master, (*3)

  2. Copy the sample file-manager configuration from ./vendor/coolcsn/csn-file-manager/config/file-manager.local.php.dist to ./config/autoload renaming it to file-manager.local.php. Edit the file, replacing the directory path with one where you want to store the uploads, set the maximum file size in bytes - default is 200kb., (*4)

  3. Add 'CsnFileManager' to your application configuration in config/application.config.php. An example application configuration could look like the following:, (*5)

'modules' => array(
    'Application',
    'CsnUser',
    'CsnFileManager',
)

Note: You may need to enable the php_fileinfo extension depending on your php version., (*6)

How can I upload my gorgeous profile picture?

Navigate to [hostname]/csn-file-manager. Enjoy :), (*7)

Dependencies

This Module requires that you have a working authentication and authorization modules (in order to control who can upload files and who has access to them). You can check coolcsn/CsnUser and coolcsn/CsnAuthorization., (*8)

Recommends

The Versions

25/09 2013

dev-master

9999999-dev https://github.com/coolcsn/CsnFileManager

File manager for ZF2

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

by Stoyan Revov

zf2 upload csn-file-manager