mehrwert / fal-quota
FAL Quota for TYPO3
Installs: 5 645
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 3
Open Issues: 6
Type:typo3-cms-extension
Requires
- php: ^7.4 || ^8.3
- typo3/cms-backend: ^11.5
- typo3/cms-core: ^11.5
- typo3/cms-extbase: ^11.5
- typo3/cms-extensionmanager: ^11.5
- typo3/cms-filelist: ^11.5
- typo3/cms-fluid: ^11.5
- typo3/cms-scheduler: ^11.5
- typo3fluid/fluid: ^2.7
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.58
- roave/security-advisories: dev-latest
- ssch/typo3-rector: ^2.6
- typo3/cms-frontend: ^11.5
- typo3/cms-install: ^11.5
Suggests
- ext-intl: *
README
This extensions provides a virtual Quota for FAL using Signals/Slots if the underlying file system does not support or cannot provide one. A CLI command updates the quota usage periodically and sends notification mails to recipients defined per storage.
Features
- Per storage definition of soft quota and hard limit, notification threshold and email recipients
- Symfony Command task to update quotas and send notification mails
Installation
After installation, you may optionally create a scheduler task for notifications.
Installation using Composer
The recommended way to install FAL Quota is by using Composer:
composer require mehrwert/fal-quota
Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the Extensions module.
Submit bug reports or feature requests
Look at the Issues for what has been planned to be implemented in the (near) future.
DDEV local
To use the included DDEV local configuration, run
ddev start
from the extensions root directory to start the containerddev config
to create required configuration files if not yet presentddev launch typo3
to get to the TYPO3 backend directly
If you are setting up the environment for the first time, create a file named FIRST_INSTALL
in .build/web/
and
proceed with the TYPO3 installation as described in the official documentation.
Coding Standards
Please run ddev composer cs:fix
after changes in PHP files.
Credits
This extension was created by Andreas Beutel in 2019 for mehrwert intermediale kommunikation GmbH.
Thanks to all contributors and everybody providing feedback.