zicht / filemanager-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Zicht FileManagerBundle
Package info
github.com/zicht/filemanager-bundle
Type:symfony-bundle
pkg:composer/zicht/filemanager-bundle
10.0.0
2025-05-26 15:18 UTC
Requires
- php: ^8
- doctrine/doctrine-bundle: ^2
- doctrine/orm: ^2 || ^3
- doctrine/persistence: ^2.13 || ^3
- jms/metadata: ^2.1
- symfony/config: ^6
- symfony/console: ^6
- symfony/dependency-injection: ^6
- symfony/form: ^6
- symfony/framework-bundle: ^6
- symfony/http-kernel: ^6
- symfony/translation: ^6
- twig/twig: ^3
- zicht/util: ^2
Requires (Dev)
- phpunit/phpunit: ^9.6
This package is auto-updated.
Last update: 2025-11-27 16:39:55 UTC
README
Bundle for storing file paths in your database.
Naming Strategies
You can choose from 2 naming Strategies by default.
Replaces all non word chars with '-' and removes following '-':
Zicht\Bundle\FileManagerBundle\Mapping\DefaultNamingStrategy.
Keeps the original file name:
Zicht\Bundle\FileManagerBundle\Mapping\OriginalNamingStrategy.
Or you can make your own naming strategy which has to implement
Zicht\Bundle\FileManagerBundle\Mapping\NamingStrategyInterface.
Maintainer
- Boudewijn Schoon boudewijn@zicht.nl