An open API service indexing awesome lists of open source software.

https://github.com/ew-endwall/github-hook

Github Hook | auto synchronization
https://github.com/ew-endwall/github-hook

auto-synchronization github-hook github-hook-auto-synchronization github-hooks hook hooks

Last synced: 10 months ago
JSON representation

Github Hook | auto synchronization

Awesome Lists containing this project

README

          





Github Hook

## Table Of Contents

* [About](#about)
* [Getting Started](#getting-started)
* [Installation](#installation)

## 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

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