PHPackages                             ahmeti/laravel-auto-git-pull - 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. ahmeti/laravel-auto-git-pull

ActiveLibrary

ahmeti/laravel-auto-git-pull
============================

Laravel Auto Git Pull

31031PHP

Since Feb 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ahmeti/laravel-auto-git-pull)[ Packagist](https://packagist.org/packages/ahmeti/laravel-auto-git-pull)[ RSS](/packages/ahmeti-laravel-auto-git-pull/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Auto Git Pull with SSH
==============================

[](#laravel-auto-git-pull-with-ssh)

.env Variables
--------------

[](#env-variables)

```
AUTO_PULL_SECRET=xxxxxxxxxxxxxxxxxx
AUTO_PULL_DIR=/var/www/site.com
AUTO_PULL_SERVER_IP=111.11.111.111
AUTO_PULL_SSH_USER=root
AUTO_PULL_SSH_PRIVATE_KEY=storage/app/id_rsa
AUTO_PULL_SSH_USER_PASS=

```

Add Route in api.php
--------------------

[](#add-route-in-apiphp)

```
Route::any('/auto-git-pull', '\Ahmeti\LaravelAutoGitPull\LaravelAutoGitPullController@pull');

```

Create Webhook Url on Bitbucket.com
-----------------------------------

[](#create-webhook-url-on-bitbucketcom)

```
http://site.com/api/auto-git-pull?secret=xxxxxxxxxxxxxxxxxx

```

Result
------

[](#result)

```
{
    "status": true,
    "message": "Success!",
    "data": [
        "No local changes to save",
        "Already up-to-date."
    ],
    "errors": [

    ]
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![ahmeti](https://avatars.githubusercontent.com/u/5817450?v=4)](https://github.com/ahmeti "ahmeti (11 commits)")

### Embed Badge

![Health badge](/badges/ahmeti-laravel-auto-git-pull/health.svg)

```
[![Health](https://phpackages.com/badges/ahmeti-laravel-auto-git-pull/health.svg)](https://phpackages.com/packages/ahmeti-laravel-auto-git-pull)
```

PHPackages © 2026

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