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
- Host: GitHub
- URL: https://github.com/geo6/document-manager
- Owner: geo6
- License: gpl-3.0
- Created: 2018-08-24T14:39:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:26:36.000Z (over 3 years ago)
- Last Synced: 2024-04-23T05:45:42.181Z (about 2 years ago)
- Topics: filemanager, laminas, laminas-mezzio, mezzio, php
- Language: PHP
- Homepage: https://sandbox.geo6.be/app/document-manager/
- Size: 3.17 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Document Manager
[](https://packagist.org/packages/geo6/document-manager)
[](https://packagist.org/packages/geo6/document-manager)
[](https://packagist.org/packages/geo6/document-manager)
[](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.