geo6 / document-manager
Browse directories and upload documents using Zend Expressive
v1.5.2
2020-11-09 13:49 UTC
Requires
- php: ^7.2
- ext-exif: *
- ext-fileinfo: *
- geo6/laminas-log-filesystem: ^2.0
- intervention/image: 2.5.1
- laminas/laminas-component-installer: 2.3.2
- laminas/laminas-config-aggregator: 1.3.0
- laminas/laminas-dependency-plugin: 2.1.0
- laminas/laminas-diactoros: 2.4.1
- laminas/laminas-log: 2.12.0
- laminas/laminas-permissions-acl: 2.7.2
- laminas/laminas-servicemanager: 3.4.1
- laminas/laminas-stdlib: 3.3.0
- mezzio/mezzio: 3.2.2
- mezzio/mezzio-authentication: 1.2.1
- mezzio/mezzio-authentication-session: 1.0.1
- mezzio/mezzio-fastroute: 3.0.3
- mezzio/mezzio-helpers: 5.3.0
- mezzio/mezzio-session: 1.4.1
- mezzio/mezzio-session-ext: 1.10.0
- mezzio/mezzio-twigrenderer: 2.6.1
- mtymek/blast-base-url: 1.0
- ralouphie/mimey: 2.1.0
- symfony/finder: 5.1.8
- vistag/human-readable: dev-master
Requires (Dev)
- filp/whoops: ^2.1.12
- laminas/laminas-development-mode: ^3.1
- mezzio/mezzio-tooling: ^1.0
- phpstan/phpstan: ^0.12
- phpstan/phpstan-strict-rules: ^0.12
- phpunit/phpunit: ^9.1.1
- roave/security-advisories: dev-master
- squizlabs/php_codesniffer: ^3.3.1
This package is auto-updated.
Last update: 2026-06-07 09:53:42 UTC
README
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 file for more details.