DropWatch: John Bloomfield Launches New Drupal Update Monitoring Tool
DropWatch, a new update monitoring tool created by developer John Bloomfield, aims to simplify the way Drupal developers manage site maintenance. Built in Laravel, the tool automatically tracks available updates for Drupal core and contributed modules, alerting users when it’s time to patch.
Bloomfield first introduced the project on LinkedIn, describing DropWatch as an experiment that evolved from a personal Laravel learning challenge into a full-fledged monitoring application for Drupal sites. “I wanted to explore Laravel’s developer-first tooling and modern PHP workflows,” he wrote, “and build something useful for the Drupal community.”
DropWatch is designed to automate one of Drupal maintenance’s most repetitive tasks: checking for module and core updates. The system scans installed modules against official project release information and flags those with new versions, including bug fixes and security advisories. It also identifies modules affected by Drupal Security Team advisories and highlights any version mismatches against recommended branches.
Beyond update monitoring, DropWatch provides visibility into installed modules, PHP error logs, and server configuration details — all through a unified dashboard. It also supports light and dark modes to accommodate different work environments. While currently in beta, the tool is already monitoring several live Drupal sites to validate reliability before a full public rollout.
Bloomfield deliberately built DropWatch in Laravel, despite its focus on Drupal, to take advantage of Laravel’s efficient routing, background job handling, and API development tools. “Laravel was the right framework for what I wanted to achieve — a fast, lightweight service to monitor Drupal updates without spinning up another Drupal instance,” he noted.
The project is currently in pre-launch testing. Bloomfield is inviting Drupal agencies and developer teams to collaborate as early testers to help refine DropWatch’s functionality, user experience, and alerting mechanisms before release. He emphasized that real-world feedback will play a central role in shaping the tool’s roadmap and pricing model.
DropWatch will offer multiple plans at launch, including Basic, Team, Business, and Enterprise tiers, scaled by the number of sites and users. The tool’s Drupal integration module — available via Composer as composer require drupal/dropwatch — will be opted into the Drupal security advisory policy once finalized.
Developers and agencies interested in joining the testing program or exploring DropWatch’s early features can visit dropwatch.sh for details.
Source: LinkedIn post by John Bloomfield and DropWatch official website, October 2025.

