PHPackages                             darkzn/ghubautopull - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. darkzn/ghubautopull

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

darkzn/ghubautopull
===================

Darkzn98's Github Autopull

v1.0.0(4y ago)162MITPHPPHP &gt;=7.3.9

Since Mar 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/DarkzN98/laravel-ghubautopull)[ Packagist](https://packagist.org/packages/darkzn/ghubautopull)[ RSS](/packages/darkzn-ghubautopull/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

laravel-ghubautopull
====================

[](#laravel-ghubautopull)

**Author: Darkzn98 **

About
=====

[](#about)

GHubAutoPull is a composer package for Laravel and Lumen. This package used for running `git pull` and `composer install`on configured server using Github Webhook automatically.

Requirements
============

[](#requirements)

- PHP &gt;= 7.3.9
- Github Webhook
- Server SSH Key Saved to GitHub

Usage
=====

[](#usage)

1. Add the package running this command

```
composer require darkzn/ghubautopull
```

2. Add this package to service your app service provider so the route registered.

For Laravel `config/app.php`:

```
'providers' = >[
    // Other Providers
    Darkzn\Ghubautopull\GhubAutopullServiceProvider::class,
],
```

For Lumen `bootstrap/app.php`:

```
$app->register(Darkzn\Ghubautopull\GhubAutopullServiceProvider::class);
```

3. Configure Github Webhook with the webhook url of `https://{YOUR_APP_URL}/hook.json`. Don't forget to set the Webhook Secret!
4. Configure the `.env` file by adding this code

```
# Webhook Secret
GHUB_WEBHOOK_SECRET=testwebhooklaravel
# Webhook Branch (Will exec git pull if github ref matched branch deploy variable)
GHUB_BRANCH_DEPLOY=master
```

5. Test the webhook.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1512d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb6869be2b00db7ffc154955f0fc5321a828698fb48f54ad4f38016983e55fbe?d=identicon)[DarkzN98](/maintainers/DarkzN98)

---

Top Contributors

[![DarkzN98](https://avatars.githubusercontent.com/u/8207523?v=4)](https://github.com/DarkzN98 "DarkzN98 (3 commits)")

### Embed Badge

![Health badge](/badges/darkzn-ghubautopull/health.svg)

```
[![Health](https://phpackages.com/badges/darkzn-ghubautopull/health.svg)](https://phpackages.com/packages/darkzn-ghubautopull)
```

###  Alternatives

[tzfrs/googlesitemapparser

Google Sitemap is a Sitemap standard that is supported by Ask.com, Google, YAHOO and MSN Search. This library can read in such Sitemaps and parse all urls from them.

143.3k](/packages/tzfrs-googlesitemapparser)[lrobert/gravatar

A library to make working with Gravatar in PHP easy.

101.4k](/packages/lrobert-gravatar)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
