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 2y 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 3d 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

20

—

LowBetter than 13% of packages

Maintenance20

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

819d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36641723?v=4)[Ahmet Barut](/maintainers/ahmetbarut)[@ahmetbarut](https://github.com/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

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[api-platform/laravel

API Platform support for Laravel

58171.8k14](/packages/api-platform-laravel)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3417.0k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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