Skip to content

jcarcamo/webhook_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webhook_test

This small PHPprogram logs into a mysql database the webhook setup on a repository. The database has a simple table that contains two columns:

  • id: Autoincrement to keep track of the webhook events.
  • Payload: The actual payload from the webhook.

It should be very simple to set up, and it let you see how webhooks work.

About

The intention of this repo is to test if I can successfully create a webhook that updates an app data folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published