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
- Host: GitHub
- URL: https://github.com/ew-endwall/github-hook
- Owner: EW-EndWall
- License: mit
- Created: 2023-06-26T18:56:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T00:25:55.000Z (10 months ago)
- Last Synced: 2025-03-06T01:27:00.844Z (10 months ago)
- Topics: auto-synchronization, github-hook, github-hook-auto-synchronization, github-hooks, hook, hooks
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```