Skip to content

Github Hook | auto synchronization

License

Notifications You must be signed in to change notification settings

EW-EndWall/github-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation


Github Hook

Table Of Contents

About

You can use GitHub Webhooks to create a PHP algorithm that detects changes in a GitHub repository and automatically pulls the repository.

Getting Started

Download, edit and upload files to server ready.

Edit:

$userAccess = "githubname";
$repoCheck = ["githubname", true]; // check url

Installation

Clone the repo

git clone https://github.com/EW-EndWall/github-hook.git