Download the PHP package jbelien/github-webhook without Composer
On this page you can find all versions of the php package jbelien/github-webhook. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package github-webhook
PHP GitHub Webhook
GitHub Webhook using Zend Expressive (PHP)
Install
composer create-project jbelien/github-webhook
Configuration
Create a config.php
file in config/application
directory :
- Replace
your_webhook_token
by the token you provided in your webhook settings (see hereunder) ; - Replace
jbelien/myrepo
by your repository ; - Change the branch name if needed ;
- The
run
option can be one (string) or a list (array) of command to execute ;
You can provide as many endpoints as needed ! For instance, if you need to use this "PHP GitHub Webhook" with more than one repository.
GitHub
- Go in the "Settings" tab of your repository ;
- Go in "Webhooks"
- Create a new webhook
- Put the link to the webhook in "Payload URL" : something like
http://YOUR_IP_ADDRESS/webhook
; don't forget to add the/webhook
after your IP address or domain name ! - Choose
application/json
as "Content type" - I suggest to add a token in "Secret" (don't forget to define it in your
config.php
file) - You only need to send the
push
(orrelease
) events.
All versions of github-webhook with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
symfony/process Version 4.1.0
zendframework/zend-component-installer Version 2.1.1
zendframework/zend-config Version 3.2.0
zendframework/zend-config-aggregator Version 1.1.1
zendframework/zend-diactoros Version 1.7.2
zendframework/zend-expressive Version 3.0.2
zendframework/zend-expressive-fastroute Version 3.0.1
zendframework/zend-expressive-helpers Version 5.1.0
zendframework/zend-servicemanager Version 3.3.2
symfony/process Version 4.1.0
zendframework/zend-component-installer Version 2.1.1
zendframework/zend-config Version 3.2.0
zendframework/zend-config-aggregator Version 1.1.1
zendframework/zend-diactoros Version 1.7.2
zendframework/zend-expressive Version 3.0.2
zendframework/zend-expressive-fastroute Version 3.0.1
zendframework/zend-expressive-helpers Version 5.1.0
zendframework/zend-servicemanager Version 3.3.2
The package jbelien/github-webhook contains the following files
Loading the files please wait ....