An open API service indexing awesome lists of open source software.

https://github.com/geo6/document-manager

Browse directories and upload documents using Zend Expressive
https://github.com/geo6/document-manager

filemanager laminas laminas-mezzio mezzio php

Last synced: over 1 year ago
JSON representation

Browse directories and upload documents using Zend Expressive

Awesome Lists containing this project

README

          

# Document Manager

[![Latest Stable Version](https://poser.pugx.org/geo6/document-manager/v/stable)](https://packagist.org/packages/geo6/document-manager)
[![Total Downloads](https://poser.pugx.org/geo6/document-manager/downloads)](https://packagist.org/packages/geo6/document-manager)
[![Monthly Downloads](https://poser.pugx.org/geo6/document-manager/d/monthly.png)](https://packagist.org/packages/geo6/document-manager)
[![Software License](https://img.shields.io/badge/license-GPL--3.0-brightgreen.svg)](LICENSE)

The **Document Manager** allows you to browse directories !

By default, it browse a "public" directory but you can enable authentication to be able to browse directories depending on ACL *role* and *username* (and give `read` and `delete` permission to those directories).

## Install

composer create-project geo6/document-manager

By default, the directory is `data/public` !

See [`INSTALL`](https://github.com/geo6/document-manager/blob/master/INSTALL.md) file for more details.