awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

webhook receiver / callback handler

Ranking aktualisiert am 30. Juni 2026

For ein Webhook-Empfänger für Server-Callbacks, the strongest matches are probot/probot (Probot is a framework for building GitHub Apps that), svix/svix-webhooks (Svix is an open-source webhooks platform that handles receiving) and adnanh/webhook (adnanh/webhook is a lightweight, self-hostable webhook server that executes). go-playground/webhooks and spatie/laravel-webhook-client round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Wir kuratieren Open-Source GitHub Repositories passend zu „host side callbacks“. Die Ergebnisse sind nach Relevanz für deine Suche sortiert — nutze die Filter unten oder verfeinere die Suche mit KI.

Ergebnisse für „ein Webhook-Empfänger für Server-Callbacks“

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • probot/probotAvatar von probot

    probot/probot

    9,558Auf GitHub ansehen↗

    Probot is a framework for building and deploying GitHub Apps that monitor webhook events and execute automated workflows. It provides a system for receiving and validating event notifications to trigger server-side actions. The project utilizes an event-driven plugin architecture and a middleware-based request processing system to handle authentication, validation, and routing. It employs a dependency-injection pattern to provide a pre-configured API client for authenticated interactions with GitHub services. The framework includes tools for token-based identity management, signature-based p

    Probot is a framework for building GitHub Apps that receive and validate webhook events and trigger automated workflows, making it a self-hostable webhook receiver with signature verification — it fits this search for a callback handler, though it is specialized for GitHub rather than a generic multi-service tool.

    TypeScriptWebhook Signature VerifiersWebhook Handlers
    Auf GitHub ansehen↗9,558
  • svix/svix-webhooksAvatar von svix

    svix/svix-webhooks

    3,252Auf GitHub ansehen↗

    The open source and enterprise-ready webhooks service 🦀

    Svix is an open-source webhooks platform that handles receiving, verifying, and managing server-side callbacks with built-in signature verification, retry logic, event logging, and queue-based real-time processing, making it a comprehensive and self-hostable solution exactly matching the intent.

    RustDeveloper Tools
    Auf GitHub ansehen↗3,252
  • adnanh/webhookAvatar von adnanh

    adnanh/webhook

    11,902Auf GitHub ansehen↗

    Webhook is a lightweight automation server that executes local shell scripts and system commands in response to incoming HTTP requests. It functions as an integration engine, mapping external network events to server-side tasks by parsing request payloads and triggering predefined processes. The project distinguishes itself through a declarative configuration model that allows for dynamic argument injection. By extracting values from request headers, query parameters, or bodies, it populates command templates to facilitate flexible script execution. This enables the automation of infrastructu

    adnanh/webhook is a lightweight, self-hostable webhook server that executes shell scripts in response to HTTP requests, making it a solid match for server-side callback handling, though it may lack built-in retry logic and queue-based real-time processing.

    GoWebhook Security
    Auf GitHub ansehen↗11,902
  • go-playground/webhooksAvatar von go-playground

    go-playground/webhooks

    1,028Auf GitHub ansehen↗

    :fishingpoleand_fish: Webhook receiver for GitHub, Bitbucket, GitLab, Gogs

    This is a Go library that receives and parses webhooks from several common Git hosting services, covering the core purpose but lacking the built-in retry, logging, and queueing described in the requirements.

    GoThird Party APIsThird-party APIs
    Auf GitHub ansehen↗1,028
  • spatie/laravel-webhook-clientAvatar von spatie

    spatie/laravel-webhook-client

    1,187Auf GitHub ansehen↗

    This package provides a framework for receiving, verifying, and processing incoming webhooks within Laravel applications. It acts as a consumer for event streams, utilizing middleware to intercept HTTP requests, validate their authenticity through cryptographic signature verification, and route payloads to dedicated background jobs. The system distinguishes itself by offering granular control over multiple external service integrations, allowing developers to define unique configurations and endpoints for each provider. It ensures reliable operations by persisting raw request headers and payl

    This Laravel package is purpose-built for receiving and handling webhooks within Laravel applications, offering signature verification, retry logic, and logging—making it a solid fit for managing server-side callbacks in a self-hostable way, though it is tied to the Laravel framework.

    PHPWebhook Signature VerifiersBackground Job QueuesWebhook Handlers
    Auf GitHub ansehen↗1,187

Related searches

  • Plattform zur Verwaltung eingehender Webhooks
  • ein Tool zum lokalen Testen und Replayen von Webhooks
  • WebRTC-Media-Server
  • a high performance web framework for Go
  • a library for native webview communication
  • selbstgehostete Alternative zu Cloudflare Tunnel
  • selbstgehostete Alternative zu Lambda
  • Projekt zum Verständnis von Web-Frameworks