Skip to content

EW-EndWall/github-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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

Languages