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
- Host: GitHub
- URL: https://github.com/zicht/filemanager-bundle
- Owner: zicht
- License: mit
- Created: 2016-10-05T10:20:40.000Z (over 9 years ago)
- Default Branch: release/9.x
- Last Pushed: 2023-11-30T18:29:25.000Z (over 2 years ago)
- Last Synced: 2025-01-11T13:04:56.185Z (over 1 year ago)
- Topics: packagist
- Language: PHP
- Size: 363 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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