For receptor de webhook-uri pentru gestionarea callback-urilor de server, 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.
Selectăm repository-uri open-source de pe GitHub care se potrivesc cu „host side callbacks”. Rezultatele sunt clasificate după relevanța față de căutarea ta — folosește filtrele de mai jos pentru a rafina rezultatele sau utilizează AI-ul.
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.
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.
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.
: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.
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.