Drupal is a registered trademark of Dries Buytaert
cms 2.1.3 Update released for Drupal core (2.1.3)! drupal 10.5.11 Update released for Drupal core (10.5.11)! drupal 11.3.11 Update released for Drupal core (11.3.11)! drupal 11.2.13 Update released for Drupal core (11.2.13)! drupal 10.6.10 Update released for Drupal core (10.6.10)! cms 2.1.2 Update released for Drupal core (2.1.2)! drupal 11.1.10 Update released for Drupal core (11.1.10)! drupal 10.5.10 Update released for Drupal core (10.5.10)! drupal 10.4.10 Update released for Drupal core (10.4.10)! drupal 11.2.12 Update released for Drupal core (11.2.12)! drupal 11.3.10 Update released for Drupal core (11.3.10)! drupal 10.6.9 Update released for Drupal core (10.6.9)! drupal 10.6.8 Update released for Drupal core (10.6.8)! drupal 11.3.9 Update released for Drupal core (11.3.9)! 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)!

integration_report

6 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
2 months ago
Release cadence
Stability
100% stable

Releases

Version Type Release date
2.3.0 Stable Mar 6, 2026