Download the PHP package autotix/drupal-module without Composer

On this page you can find all versions of the php package autotix/drupal-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package drupal-module

Autotix for Drupal

Captures watchdog errors from your Drupal 10/11 site and forwards them to Autotix, which turns them into tickets (Jira or GitHub Issues) and AI-generated fix PRs automatically.

This repository is a read-only mirror, split from the Autotix monorepo. Issues and PRs are welcome here and will be applied upstream.

Requirements

Install

(The shared autotix/php-sdk core is bundled in lib/php-sdk/ as a fallback, so the module also works when copied into modules/custom without Composer.)

Configure

  1. Create a Key (Administration → Configuration → System → Keys) holding your org webhook token from app.autotix.io → Settings.
  2. Go to Administration → Configuration → Web services → Autotix (/admin/config/services/autotix).
  3. Select the key, set your severity threshold and environment, and enable capture.

Settings include:

Setting Default Purpose
enabled false Master switch.
auth_method token token (X-Webhook-Token) or hmac (HMAC-SHA256).
severity_threshold 3 (Error) Minimum RFC 5424 severity to forward.
dedup_window 86400 Seconds to suppress repeat sends of the same error.
send_immediately false Send inline instead of on destruct.
include_backtrace false Attach a formatted backtrace.

Testing the pipeline

Two options, from safest to most thorough:

  1. Logged-error test (built in). Visit /admin/config/services/autotix/test to send a deliberate logged error end-to-end and confirm a ticket shows up in Autotix.
  2. Fatal-error test (optional submodule). This module bundles a companion submodule, Autotix Test Error (autotix_error), that exercises the genuine uncaught-PHP-error path. Enable it, then visit /autotix-test-error (administrators only) to trigger a real fatal error:

    Leave it disabled in production — it only exists to verify capture.

Vulnerability Scanning

Alongside error capture, the module reports an environment fingerprint — Drupal/PHP versions plus resolved package versions — to Autotix, which matches it against advisory feeds and surfaces known-vulnerable dependencies. Reporting runs on hook_cron (once, then re-checked monthly and only re-sent when something changed); force an immediate report with:

The package list spans two ecosystems:

Development

The bundled SDK copy is kept in sync with the canonical source by bin/sync-sdk.sh and guarded by BundledSdkSyncTest.

License

GPL-2.0-or-later


All versions of drupal-module with dependencies

PHP Build Version
Package Version
Requires drupal/key Version ^1.18
php Version >=8.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package autotix/drupal-module contains the following files

Loading the files please wait ...