PHPackages                             koterle/envoy-oven - 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. koterle/envoy-oven

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

koterle/envoy-oven
==================

'Zero-downtime' deployments with symlinks and rollbacks.

2.0.0(6y ago)2156MITHTMLPHP ^7.2

Since Dec 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/martink635/envoy-oven)[ Packagist](https://packagist.org/packages/koterle/envoy-oven)[ RSS](/packages/koterle-envoy-oven/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Simple deployment system using Laravel Envoy
============================================

[](#simple-deployment-system-using-laravel-envoy)

"Zero-downtime" deployments with symlinks and rollbacks. Supports various scenarios for deploying Wordpress (Bedrock), Laravel and static html projects.

Installation
============

[](#installation)

```
composer global require laravel/envoy

```

Include with composer

```
composer require koterle/envoy-oven

```

or you can just copy the Envoy.blade.php and the config in the root of your project.

Setup
=====

[](#setup)

Copy the sample config sample to root of your project.

```
cp vendor/koterle/envoy-oven/envoy.config.sample.php envoy.config.php

```

Most config options have a sensible default. The required options are:

```
'repository' => '',
'deploy_tactic' => '',
'deploy_server' => '',
'deploy_path' => '',

```

Check out the example config file for more information.

Usage
=====

[](#usage)

Deployment
----------

[](#deployment)

If installed with composer run using:

```
envoy run deploy --path=./vendor/koterle/envoy-oven/Envoy.blade.php

```

If copied to root, run using:

```
envoy run deploy

```

```
Options
    --project        JSON encoded array with the project configuration
    --branch         Git branch (defaults to "master")

```

Rollback
--------

[](#rollback)

Rolls back to the previous release

```
envoy run rollback --path=./vendor/koterle/envoy-oven/Envoy.blade.php

```

Changes
=======

[](#changes)

v2

- Simplified configuration
- Added setup/init tasks
- We assume server has NVM installed for handling different node versions

Credits
=======

[](#credits)

-
-

License
=======

[](#license)

This project is licensed under the MIT License.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

2399d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/098fbc2d5ad485828687bfa4ae8c00dc4296cc465e9e57f7382644593a3759d8?d=identicon)[koterle](/maintainers/koterle)

---

Top Contributors

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

---

Tags

deploydeploymentenvoylaravel

### Embed Badge

![Health badge](/badges/koterle-envoy-oven/health.svg)

```
[![Health](https://phpackages.com/badges/koterle-envoy-oven/health.svg)](https://phpackages.com/packages/koterle-envoy-oven)
```

###  Alternatives

[in2code/in2publish_core

Content publishing extension to connect stage and production server

40143.4k](/packages/in2code-in2publish-core)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4778.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

106.6k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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