Download the PHP package as-cornell/as_webhook_update without Composer

On this page you can find all versions of the php package as-cornell/as_webhook_update. 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 as_webhook_update

Latest Stable Version

AS WEBHOOK UPDATE (as_webhook_update)

INTRODUCTION

Takeoff

Provides a webhook notification service that sends entity changes (articles, people, taxonomy terms) to remote systems via HTTP webhooks. Uses an OOP architecture with services, extractors, and dependency injection for maintainability and testability.

REQUIREMENTS

Required Modules

System Requirements

INSTALLATION

New Installation

  1. Install dependencies:

  2. Enable the modules:

  3. Configure the authorization token:

    • Navigate to /admin/config/services/webhook-update
    • Enter your authorization token
    • Click "Save Configuration"

    The token is securely stored using the Key module and will not be exported with configuration.

  4. Verify the configuration:

Upgrading from Previous Version

IMPORTANT: If you're upgrading from the procedural version to the OOP version, you must manually import the domain configuration. You will need to set up the relationship between domains as fits your use case:

  1. Clear cache:

  2. Import domain configuration:

    Or if using Lando:

    Or if on Pantheon (adapt pattern as appropriate):

  3. Verify the config was imported:

    You should see environment-specific webhook URLs.

  4. Migrate the authorization token (if you had one configured):

  5. Test the webhooks:
    • Update an article, person, or taxonomy term
    • Check logs: drush watchdog:show --type=as_webhook_update

CONFIGURATION

Authorization Token

The webhook authorization token is stored securely via the Key module and is NOT exported with configuration:

Webhook Destinations

Webhook URLs are configured in config/install/as_webhook_update.domain_config.yml and are environment-specific:

The module automatically determines the correct webhook URLs based on the current domain.

ARCHITECTURE

OOP Design (v2.0+)

The module uses a service-based architecture with dependency injection:

Hooks

The module implements Drupal hooks that delegate to the dispatcher service:

Supported Entities

MAINTAINERS

Current maintainers for Drupal 10:

DOCUMENTATION

TROUBLESHOOTING

No webhooks being sent

  1. Check if domain config is imported:

    If it returns "Config does not exist", import it:

  2. Check if authorization token is configured:

  3. Check the logs:

  4. Verify the dispatcher service exists:

HTTP code 0 errors

If webhooks show "HTTP code 0", the destination server is unreachable:

Testing webhooks


All versions of as_webhook_update with dependencies

PHP Build Version
Package Version
No informations.
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 as-cornell/as_webhook_update contains the following files

Loading the files please wait ...