awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

webhook receiver / callback handler

排名更新于 2026年6月30日

For 用于处理服务器回调的 Webhook 接收器, 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.

我们为您精选了匹配 “host side callbacks” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

“用于处理服务器回调的 Webhook 接收器” 的搜索结果

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • probot/probotprobot 的头像

    probot/probot

    9,558在 GitHub 上查看↗

    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
    在 GitHub 上查看↗9,558
  • svix/svix-webhookssvix 的头像

    svix/svix-webhooks

    3,252在 GitHub 上查看↗

    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
    在 GitHub 上查看↗3,252
  • adnanh/webhookadnanh 的头像

    adnanh/webhook

    11,902在 GitHub 上查看↗

    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
    在 GitHub 上查看↗11,902
  • go-playground/webhooksgo-playground 的头像

    go-playground/webhooks

    1,028在 GitHub 上查看↗

    :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
    在 GitHub 上查看↗1,028
  • spatie/laravel-webhook-clientspatie 的头像

    spatie/laravel-webhook-client

    1,187在 GitHub 上查看↗

    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
    在 GitHub 上查看↗1,187

Related searches

  • 用于管理传入 Webhook 的平台
  • 用于本地测试和重放 Webhook 的工具
  • WebRTC 媒体服务器
  • a high performance web framework for Go
  • a library for native webview communication
  • 自托管的 Cloudflare Tunnel 替代方案
  • 自托管的 Lambda 替代方案
  • Web 框架原理实战项目