PHPackages                             laraveleg/laravel-autodeploy - 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. laraveleg/laravel-autodeploy

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

laraveleg/laravel-autodeploy
============================

v0.5(6y ago)2431PHP

Since Jun 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/laraveleg/laravel-autodeploy)[ Packagist](https://packagist.org/packages/laraveleg/laravel-autodeploy)[ RSS](/packages/laraveleg-laravel-autodeploy/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

LaravelEG Laravel AutoDeploy
============================

[](#laraveleg-laravel-autodeploy)

Deploy project after pushed commits.

### Install via composer

[](#install-via-composer)

```
$ composer require laraveleg/laravel-autodeploy

```

### Publish vendor

[](#publish-vendor)

- Run `php artisan vendor:publish`
- Selection `LaravelEG\Laravel\AutoDeploy\ServiceProvider`

### Config file

[](#config-file)

Go to `config/laraveleg/autodeploy.php`

- You can specify the name of the branch you want to pull from:- `'branch_remote' => 'master'`

Add webhook
-----------

[](#add-webhook)

You can add webhook to route file `like routes/api.php`

```
Route::prefix("laraveleg")->group(function () {
    LaravelEG\Laravel\AutoDeploy\WebHook::init();
});
```

Integrations with git repository
--------------------------------

[](#integrations-with-git-repository)

Publishing projects from the repository.

### URL (webhook):-

[](#url-webhook-)

You can use url `/api/laraveleg/deploy/`

> Do not use web routes

`LARAVELEG_AUTODEPLOY_TOKEN` It is the secret token in LARAVELEG\_AUTODEPLOY\_TOKEN value inside `.env` file

### Secret Token

[](#secret-token)

Add a value you choose but you must add this value in a .env file

```
LARAVELEG_AUTODEPLOY_TOKEN=
```

### Git bar

[](#git-bar)

Can enbale show git bar you wint add new middleware in app/Http/Kernel.php file

```
\LaravelEG\Laravel\AutoDeploy\App\Http\Middleware\LastCommitMiddleware::class
```

> This feature does not work in production mode

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Every ~91 days

Total

5

Last Release

2215d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31162701?v=4)[komicho](/maintainers/komicho)[@komicho](https://github.com/komicho)

---

Top Contributors

[![komtcho](https://avatars.githubusercontent.com/u/12757671?v=4)](https://github.com/komtcho "komtcho (16 commits)")

---

Tags

autodeploygitgitlabkomicholaravel

### Embed Badge

![Health badge](/badges/laraveleg-laravel-autodeploy/health.svg)

```
[![Health](https://phpackages.com/badges/laraveleg-laravel-autodeploy/health.svg)](https://phpackages.com/packages/laraveleg-laravel-autodeploy)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[shopware/deployment-helper

Shopware deployment tools

19400.6k5](/packages/shopware-deployment-helper)[illuminate/process

The Illuminate Process package.

44869.2k99](/packages/illuminate-process)

PHPackages © 2026

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