Download the PHP package heimrichhannot/contao-upload_filename_sanitizer without Composer
On this page you can find all versions of the php package heimrichhannot/contao-upload_filename_sanitizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download heimrichhannot/contao-upload_filename_sanitizer
More information about heimrichhannot/contao-upload_filename_sanitizer
Files in heimrichhannot/contao-upload_filename_sanitizer
Download heimrichhannot/contao-upload_filename_sanitizer
More information about heimrichhannot/contao-upload_filename_sanitizer
Files in heimrichhannot/contao-upload_filename_sanitizer
Vendor heimrichhannot
Package contao-upload_filename_sanitizer
Short Description A simple module for sanitizing filenames (when uploading them in the file manager) and folders (when creating them in the file manager).
License LGPL-3.0+
Homepage https://github.com/heimrichhannot/contao-upload_filename_sanitizer
Package contao-upload_filename_sanitizer
Short Description A simple module for sanitizing filenames (when uploading them in the file manager) and folders (when creating them in the file manager).
License LGPL-3.0+
Homepage https://github.com/heimrichhannot/contao-upload_filename_sanitizer
Please rate this library. Is it a good library?
Informations about the package contao-upload_filename_sanitizer
Upload Filename sanitizer
This module is abandoned. For Contao 4 use this bundle instead: contao-filename-sanitizer-bundle
A simple module for sanitizing filenames (when uploading them in the file manager) and folders (when creating them in the file manager). The sanitizing contains the following steps:
- German Umlauts are transformed to their non-umlaut representation (ä -> ae, Ä -> Ae, ß -> ss, ...).
- All characters which are not a-z, A-Z, - (hyphen) or _ (underscore) are replaced by - (hyphen).
- Multiple consecutive hyphens are replaced reduced to a single hyphen.
- Leading and trailing hyphens are removed.
All versions of contao-upload_filename_sanitizer with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.4 || ~7.0
contao/core-bundle Version ^3.5.1 || ~4.1
contao-community-alliance/composer-plugin Version ~2.4 || ~3.0
heimrichhannot/contao-haste_plus Version >=1.7.0
contao/core-bundle Version ^3.5.1 || ~4.1
contao-community-alliance/composer-plugin Version ~2.4 || ~3.0
heimrichhannot/contao-haste_plus Version >=1.7.0
The package heimrichhannot/contao-upload_filename_sanitizer contains the following files
Loading the files please wait ....