PHPackages                             ahmetbarut/laravel-auto-deploy - 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. ahmetbarut/laravel-auto-deploy

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

ahmetbarut/laravel-auto-deploy
==============================

The tool enables our Laravel applications to automatically deploy when we commit changes, using GitHub webhooks, without the need to connect to the server via SSH.

1.0(2y ago)022MITPHP

Since Apr 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ahmetbarut/laravel-auto-deploy)[ Packagist](https://packagist.org/packages/ahmetbarut/laravel-auto-deploy)[ RSS](/packages/ahmetbarut-laravel-auto-deploy/feed)WikiDiscussions main Synced 1mo ago

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

Introduction
============

[](#introduction)

This package is designed to automate the deployment process of Laravel applications. It provides a series of commands and configurations that help streamline the deployment workflow, reducing the time and effort required to keep your application up-to-date and running smoothly.

Usage
-----

[](#usage)

After the initial deployment of your application, you need to create a `webhook` for your project.

```
php artisan auto-deploy:generate-webhook-key
```

Output
------

[](#output)

```
Webhook key generated successfully!
Name: Auto Deployment
Your webhook url: https://laravel-auto-deploy.test/api/laravel-auto-deploy/dbe02d682acc7aa4fb1e421a6c33b773f56c7be1b5f2516dce860b2a121dae37
```

Installation
------------

[](#installation)

```
composer require ahmetbarut/laravel-auto-deploy

# After the package is installed

php artisan auto-deploy:install
```

### Config

[](#config)

If you want to change the model or table name, you can modify them using these variables in your `.env` file:

```
AUTO_DEPLOY_TABLE=same_table
AUTO_DEPLOY_MODEL=SameModel
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

765d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/530008a3a5e32fa689343dc342c6686b50267ba86905e55e5f42ad2d1c8c193c?d=identicon)[ahmetbarut](/maintainers/ahmetbarut)

---

Top Contributors

[![ahmetbarut](https://avatars.githubusercontent.com/u/36641723?v=4)](https://github.com/ahmetbarut "ahmetbarut (7 commits)")

### Embed Badge

![Health badge](/badges/ahmetbarut-laravel-auto-deploy/health.svg)

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

###  Alternatives

[slimkit/plus

The Plus(ThinkSNS+) is a powerful, easy-to-develop social system built with Laravel.

2.2k2.4k](/packages/slimkit-plus)[laravel-fans/docker

Full Laravel production environment for Docker

4311.3k](/packages/laravel-fans-docker)[downtoworld/laravel-devops

Laravel Cloudflare-Tunnels Ready Production Docker-Compose

161.1k](/packages/downtoworld-laravel-devops)

PHPackages © 2026

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