zicht / filemanager-bundle
Zicht FileManagerBundle
Installs: 25 806
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 4
Type:symfony-bundle
Requires
- php: ^7.4 || ^8.0
- doctrine/doctrine-bundle: ^2
- doctrine/orm: ^2 || ^3
- doctrine/persistence: ^2
- jms/metadata: ^2.1
- symfony/config: ^5.4
- symfony/console: ^5.4
- symfony/dependency-injection: ^5.4
- symfony/form: ^5.4
- symfony/framework-bundle: ^5.4
- symfony/http-kernel: ^5.4
- symfony/translation: ^5.4
- twig/twig: ^2.7 || ^3
- zicht/util: ^2
Requires (Dev)
- phpunit/phpunit: ^8 || ^9
- zicht/standards-php: ^4
- dev-release/9.x
- 9.0.0
- 8.1.2
- 8.1.1
- 8.1.0
- 8.0.2
- 8.0.1
- 8.0.0
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.0.2
- 5.0.1
- 5.0.0
- 4.6.8
- 4.6.7
- 4.6.6
- 4.6.5
- 4.6.4
- 4.6.3
- 4.6.2
- 4.6.1
- 4.6.0
- 4.5.0
- 4.4.4
- 4.4.3
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.2
- 4.3.1
- 4.2.0
- 4.1.3
- 4.1.2
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.4.1
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 2.0.0-beta
- 1.0.2
- 1.0.1
- dev-feature-symfony-6
- dev-feature-add-file-attribute
- dev-release/8.x
- dev-release/5.x
- dev-release/7.x
- dev-release/6.x
This package is auto-updated.
Last update: 2024-10-30 01:31:48 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