PHPackages                             gentritabazi/laradeploy - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. gentritabazi/laradeploy

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

gentritabazi/laradeploy
=======================

Laradeploy automate deployment using a GitHub webhook.

1.0.0(4y ago)9401MITPHP

Since Jun 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gentritabazi/laradeploy)[ Packagist](https://packagist.org/packages/gentritabazi/laradeploy)[ Docs](https://github.com/gentritabazi01/laradeploy)[ Fund](https://paypal.me/gentritabazi01)[ Fund](https://ko-fi.com/gentritabazi01)[ RSS](/packages/gentritabazi-laradeploy/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

### Introduction

[](#introduction)

**Laradeploy** offers you to automate deployment using a GitHub webhook.

Simple and fast just make a **git push** to GitHub deploy the new modifications to a remote server.

You can configure which branch this package pulls from.

This package is useful for both development and production servers.

### How it works

[](#how-it-works)

GitHub sends a POST request to a specific URL on the server.

That URL triggers the execution of a deployment shell script.

### Installation &amp; Configuration

[](#installation--configuration)

First, install package via composer:

```
composer require gentritabazi/laradeploy
```

Copy config **laradeploy.php** file:

Run `php artisan vendor:publish --provider="GentritAbazi\Laradeploy\Providers\LaradeployServiceProvider"` to publish the **laradeploy.php** config file.

Configure **laradeploy.php** as needed.

Create the shell script at **scripts/deploy.sh**:

```
#!/bin/bash

php artisan down
git fetch -av
git reset --hard origin/master

composer install --no-interaction --no-dev --prefer-dist
php artisan route:cache
php artisan config:cache
php artisan event:cache
php artisan view:cache
php artisan migrate --force
php artisan up
```

Create a GitHub webhook:

On GitHub, on your repository page, select the **Settings** tab, then **Webhook**s in the left navigation.

Click **Add webhook**:

**Payload URL**: http://&lt;your-server.com&gt;/deploy

**Secret**: A long random string (Same secret you set to **config/laradeploy.php**).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

1802d ago

### Community

Maintainers

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

---

Top Contributors

[![gentritabazi](https://avatars.githubusercontent.com/u/35135482?v=4)](https://github.com/gentritabazi "gentritabazi (15 commits)")

---

Tags

deploylaravel

### Embed Badge

![Health badge](/badges/gentritabazi-laradeploy/health.svg)

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

###  Alternatives

[timokoerber/laravel-one-time-operations

Run operations once after deployment - just like you do it with migrations!

6481.7M11](/packages/timokoerber-laravel-one-time-operations)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[sammyjo20/lasso

Lasso - Asset wrangling for Laravel made simple.

355347.9k](/packages/sammyjo20-lasso)[stechstudio/laravel-env-security

Securely manage .env files for different deployment environments

77116.4k1](/packages/stechstudio-laravel-env-security)[aaronfrancis/airdrop

A Laravel package to deploy your application faster by skipping asset compilation when possible.

19594.9k](/packages/aaronfrancis-airdrop)[richdynamix/arc

Production ready docker based development environment for your Laravel project.

1163.1k](/packages/richdynamix-arc)

PHPackages © 2026

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