/webhook.site

Easily test HTTP webhooks with this handy tool that displays requests in realtime.

Primary LanguagePHP

Webhook Tester

With the Webhook Tester app, you can easily test HTTP webhooks and other types of HTTP requests. Upon visiting the app, you get a random URL to send your requests and webhooks to, and they're all logged in the app – instantly. Check it out at https://webhook.site.

Built with Laravel for the API and Angular.js for the frontend SPA.

Built by Simon Fredsted (@fredsted).

Thanks to Pusher for sponsoring a plan with a higher connection limit!

Requirements

Installation

On a Web server

Prerequisites: Linux, HTTP server, PHP.

  1. Run the following commands:
  • cp .env.example .env
  • php artisan key:generate
  • composer install
  • touch database/database.sqlite (change config if you want to use another DB type)
  • php artisan migrate
  1. Setup virtual host pointing to the /public folder.

Install with Docker

A Dockerfile is available at hub.docker.com: https://hub.docker.com/r/dahyphenn/webhook.site/. Thanks to da-n.