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)2155MITHTMLPHP ^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 today

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 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

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

2347d 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

[deployer/deployer

Deployment Tool

11.0k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

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

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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