Drupal is a registered trademark of Dries Buytaert
drupal 11.3.8 Update released for Drupal core (11.3.8)! drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! video_embed_field 3.1.0 Minor update available for module video_embed_field (3.1.0). bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). commerce 3.3.5 Minor update available for module commerce (3.3.5). geocoder 8.x-4.34 Minor update available for module geocoder (8.x-4.34). leaflet 10.4.5 Minor update available for module leaflet (10.4.5). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3).

integration_report

5 sites No security coverage
View on drupal.org

Drupal module to provide statuses for integration services that can be intermittent and unstable.

The development of this module takes place on GitHub: https://github.com/AlexSkrypnyk/integration_report

This is a successor of the Status Report module.

Why?

If your website has 3rd party integration with one or multiple 3rd party services, such as API endpoints, this module allows to call the endpoints and see all the response information within a single page.

You may also implement status check on behalf of any other Drupal module that
does not have such information page.

Features

- Single page for all status checks.
- <iframe>-based status checks (useful for SSO with redirects).

Getting started

  1. Extend IntegrationReport class with your 3rd-party endpoint request methods.
  2. Register this class as a service in your custom module and tag it:

            services:
              example_integration_report:
                class: Drupal\example\ExampleIntegrationReport
                tags:
                  - { name: integration_report }
      
  3. Go to /admin/reports/integrations to check the status.

Refer to status_report.api.php for implementation example.

Activity

Total releases
1
First release
Mar 2026
Latest release
1 month ago
Release cadence
Stability
100% stable

Releases

Version Type Release date
2.3.0 Stable Mar 6, 2026