syntaxoops / pluploadbe
A TYPO3 extension that enables backend users to upload large files exceeding the upload_max_filesize limit in PHP.
Package info
github.com/SyntaxOops/pluploadbe
Language:JavaScript
Type:typo3-cms-extension
pkg:composer/syntaxoops/pluploadbe
Requires
- php: ^8.2
- typo3/cms-backend: ^13.0 || ^14.0
- typo3/cms-core: ^13.0 || ^14.0
- typo3/cms-extbase: ^13.0 || ^14.0
- typo3/cms-filelist: ^13.0 || ^14.0
- typo3/cms-fluid: ^13.0 || ^14.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.95
- php-parallel-lint/php-parallel-lint: ^1.4
- phpstan/phpdoc-parser: ^2.2.0
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^11.5.33
- typo3/coding-standards: ^0.8.0
- typo3/testing-framework: ^9.6.1
Suggests
- causal/image_autoresize: Resize images automatically
Replaces
- typo3-ter/pluploadbe: 14.0.3
README
- Extension key:
pluploadbe - TYPO3: 13 and 14
- PHP: 8.2 or newer
A TYPO3 backend extension integrating Plupload, enabling multi-file uploads with progress tracking, image resizing, and file validation.
Contributing
Contributions are welcome! Please fork the repository and submit a pull request with improvements or bug fixes.
Install the development dependencies and run all checks with:
composer install composer ci
Use composer php:fix to apply coding-style fixes. Composer also configures the
included pre-commit hook, which runs the coding-style check before each commit.
License
GPL-3.0-or-later – see the LICENSE file for details.