Download the PHP package heimrichhannot/contao-cleaner-bundle without Composer
On this page you can find all versions of the php package heimrichhannot/contao-cleaner-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download heimrichhannot/contao-cleaner-bundle
More information about heimrichhannot/contao-cleaner-bundle
Files in heimrichhannot/contao-cleaner-bundle
Download heimrichhannot/contao-cleaner-bundle
More information about heimrichhannot/contao-cleaner-bundle
Files in heimrichhannot/contao-cleaner-bundle
Vendor heimrichhannot
Package contao-cleaner-bundle
Short Description This bundle adds cleaner functionality for periodically removing arbitrary entities and/or files fulfilling a certain condition in Contao (using TL_CRON or your server's cron).
License LGPL-3.0-or-later
Homepage https://github.com/heimrichhannot/contao-cleaner-bundle
Package contao-cleaner-bundle
Short Description This bundle adds cleaner functionality for periodically removing arbitrary entities and/or files fulfilling a certain condition in Contao (using TL_CRON or your server's cron).
License LGPL-3.0-or-later
Homepage https://github.com/heimrichhannot/contao-cleaner-bundle
Please rate this library. Is it a good library?
Informations about the package contao-cleaner-bundle
Cleaner Bundle
This bundle adds cleaner functionality for periodically removing arbitrary entities and/or files fulfilling a certain condition (using poor man's cron or your server's cron).
Cleaner configuration
Install
- Install via composer (
composer require heimrichhannot/contao-cleaner-bundle
) or contao manager - Update your database
Events
Event | Class | Description |
---|---|---|
huh.cleaner.event.before_clean | BeforeCleanEvent | Run before the entity is cleaned. Use setSkipped() to skip the cleaning of the passed in entity. |
huh.cleaner.event.after_clean | AfterCleanEvent | Run after the entity is cleaned. |
All versions of contao-cleaner-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
contao/core-bundle Version ^4.9
heimrichhannot/contao-utils-bundle Version ^2.124 || ^3.4
symfony/event-dispatcher-contracts Version ^1.0 || ^2.0 || ^3.0
contao/core-bundle Version ^4.9
heimrichhannot/contao-utils-bundle Version ^2.124 || ^3.4
symfony/event-dispatcher-contracts Version ^1.0 || ^2.0 || ^3.0
The package heimrichhannot/contao-cleaner-bundle contains the following files
Loading the files please wait ....