Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 597 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 597 Bytes

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