Use a third-party CSS or JS Framework, a self-hosted service like a CRM, or a third-party service with the site.

Cloudflare Purge

Cloudflare admin form

The Cloudflare Purge module provides an easy and secure way to manually purge Cloudflare cache from within your Drupal site. It uses the Guzzle HTTP client instead of raw cURL and supports both API Key and Bearer Token authentication methods.

This module replicates the functionality of the following cURL command using Drupal’s internal HTTP API:

curl -X POST "https://api.cloudflare.com/client/v4/zones/023e105f4ecef8ad9ca31a8372d0c353/purge_cache" \
 -H "Authorization: Bearer YOUR_BEARER_TOKEN" \
 -H "Content-Type: application/json" \
 --data '{"purge_everything":true}'

It also allows purging specific URLs from the Cloudflare cache via a dedicated form, offering finer cache control for developers and editors.

Features

  • Supports both API Key and Bearer Token authentication.
  • Allows purging all cache or individual URLs.
  • Provides a secure, permissions-based interface for cache purging.
  • Credentials can be configured via the admin UI or settings.php.

Typical Use Cases

  • Your hosting provider enables Cloudflare but doesn’t support Drupal-based purging.
  • You’re using the Cloudflare module but can’t install its purge submodule.
  • You need a lightweight alternative for targeted cache control in development or production.

Security

All requests are routed through Drupal's Guzzle HTTP client with CSRF protection and proper permissions, ensuring safe integration without exposing sensitive data.

Acquia Purge Varnish - API V2

Acquia Varnish

Clear varnish on Acquia from a Drupal site using the Guzzle HTTP client instead of cURL. Learn more.

Acquia advocates for building with Cloud API V2. Read the documentation.

This module enables any Drupal user with permissions to manually clear Acquia Cloud varnish cache for each environment. It employs the Acquia Cloud API V2 as suggested by Acquia.

Is Acquia Purge Varnish Secure?

It incorporates a custom CSRF token in Drupal and utilizes the Guzzle HTTP client for all API calls. Hence, it's not susceptible to CSRF exploits and mitigates security risks.

SimpleTexting

Simple Texting

This module provides integration with SimpleTexting, but is in no way affiliated with or supported by SimpleTexting. This module is not yet ready for production environments.

TicketTailor

Ticket Tailor

This module provides integration with TicketTailor, but is in no way affiliated with or supported by TicketTailor. This module is not yet ready for production environments.

Log Statistics

log_statistics_graph

This module logs total number of each logging severity levels (defined in RFC 5424) in a custom table on a day-to-day basis and outputs a graph based on that.

Pages

Subscribe with RSS Subscribe to RSS - Integrations