Search by

nails / module-housekeeping

hellopablo

A generic orchestrator for cleanup and housekeeping routines in Nails applications

Package info

github.com/nails/module-housekeeping

Homepage

pkg:composer/nails/module-housekeeping

Statistics

Installs: 101

Dependents: 7

Suggesters: 0

Stars: 0

Open Issues: 0

dev-develop 2026-09-15 11:08 UTC

This package is auto-updated.

Last update: 2026-09-15 12:04:11 UTC


README

A generic orchestrator for cleanup routines in Nails applications.

Modules and apps define routines by implementing Nails\Housekeeping\Interfaces\Routine (normally by extending Nails\Housekeeping\Routine\Base) under src/Housekeeping/. Routines are discovered automatically, scheduled via a single housekeeping:run cron task, and every removal is written to housekeeping-YYYY-MM-DD.php.

See the documentation for the authoring API, official traits, and console commands.