zicht/filemanager-bundle

Zicht FileManagerBundle

Installs: 25 308

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 4

Type:symfony-bundle


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