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

https://github.com/zicht/filemanager-bundle

Library - ZichtFileManagerBundle - Bundle for storing file paths in your database
https://github.com/zicht/filemanager-bundle

packagist

Last synced: about 1 year ago
JSON representation

Library - ZichtFileManagerBundle - Bundle for storing file paths in your database

Awesome Lists containing this project

README

          

# `zicht/filemanager-bundle`
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