PHPackages                             repat/envoyer-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. [Framework](/categories/framework)
4. /
5. repat/envoyer-deploy

ActiveProject[Framework](/categories/framework)

repat/envoyer-deploy
====================

JustPark's Envoyer Deploy Command updated for Laravel 5/6/7/8

1.2(5y ago)1422MITPHP

Since May 2Pushed 5y agoCompare

[ Source](https://github.com/repat/envoyer-deploy)[ Packagist](https://packagist.org/packages/repat/envoyer-deploy)[ Docs](http://www.justpark.com)[ RSS](/packages/repat-envoyer-deploy/feed)WikiDiscussions master Synced 1w ago

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

[![Just Park](https://camo.githubusercontent.com/a2d80f9461df0ee4b8172f375020115d1676869cd5235655e03707cf72c47651/68747470733a2f2f7777772e6a7573747061726b2e636f6d2f6d656469612f696d672f6c6f676f732f6a7573747061726b2e737667)](https://camo.githubusercontent.com/a2d80f9461df0ee4b8172f375020115d1676869cd5235655e03707cf72c47651/68747470733a2f2f7777772e6a7573747061726b2e636f6d2f6d656469612f696d672f6c6f676f732f6a7573747061726b2e737667)

[![Downloads](https://camo.githubusercontent.com/edcf5a6cead2ae11e2ddea0b231e8865516fb30b09243e341efcb7631fd5a883/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72657061742f656e766f7965722d6465706c6f792e737667)](https://camo.githubusercontent.com/edcf5a6cead2ae11e2ddea0b231e8865516fb30b09243e341efcb7631fd5a883/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72657061742f656e766f7965722d6465706c6f792e737667)[![Release](https://camo.githubusercontent.com/5879b111a77e2e342d9cb4022ecfda679a0aef53ed4aed851eb329641d978aa0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f72657061742f656e766f7965722d6465706c6f792e737667)](https://camo.githubusercontent.com/5879b111a77e2e342d9cb4022ecfda679a0aef53ed4aed851eb329641d978aa0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f72657061742f656e766f7965722d6465706c6f792e737667)[![License](https://camo.githubusercontent.com/d9b8c7a8f0f39ebf2119fe691914318210b53f9cb5370c4c48edfda958fc1263/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f72657061742f656e766f7965722d6465706c6f792e737667)](https://camo.githubusercontent.com/d9b8c7a8f0f39ebf2119fe691914318210b53f9cb5370c4c48edfda958fc1263/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f72657061742f656e766f7965722d6465706c6f792e737667)

Envoyer Deploy Command
======================

[](#envoyer-deploy-command)

Hi there!

Are you looking for a simple way to deploy your [Envoyer.io](http://envoyer.io) project from the command line? So was I, until I found the Envoyer Deploy Command from [JustPark](http://justpark.com)!

> ⚠️ Update May &amp; Sept 2020: Forked and updated for Laravel 5.5+, 6 , 7 and 8

With this Artisan command, deploying to Envoyer.io is as simple as 1...2... well... more like this:

```
➜ php artisan envoyer:deploy
Deployment request successful!

```

You can even deploy different projects (although, there's a default option)!

```
➜ php artisan envoyer:deploy --project awesomecake
Deployment request successful!

```

Shortcuts are awesome!

```
➜ php artisan envoyer:deploy -p awesomecake
Deployment request successful!

```

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

[](#installation)

First you'll need to install the [Composer package](https://packagist.org/packages/justpark/envoyer-deploy) from Packagist.

Simply add the following to the `"require-dev"` section of your `composer.json` file, and `composer update`.

```
"repat/envoyer-deploy": "^1.1.1"
```

Or simply execute:

`composer require repat/envoyer-deploy --dev`

If you're on Laravel &lt; 5.5, you'll need to add the `ServiceProvider` for this command to the `providers` array within your `config/app.php` file. Newer versions make use of [Auto-Discovery](https://laravel-news.com/package-auto-discovery).

```
'providers' => [

    /*
     * Loads of other providers here...
     */

    'JustPark\Deploy\ServiceProviders\EnvoyerServiceProvider',

],
```

Finally, you'll want to copy [this config file](config/envoyer.php) into your config directory. The `default` config key contains handle of the project you want to deploy by default, and should match up to a project in the `projects` config key. The name of the project doesn't matter, since it's only used within the command. You'll want to pair it with the webook deployment key that you'll find under the 'Deployment Hooks' tab of your Envoyer.io project.

```
php artisan vendor:publish
```

It's the bit after the `deploy/` here:

>

Well, now you're good to go! Check the section at the top of this page for usage examples.

Happy deploying!

Love,

JustPark &amp; repat

Who are you?
------------

[](#who-are-you)

[JustPark](http://justpark.com) is a London based startup solving the problem of parking for people all over the world! We've got affordable parking spaces in major cities, and we even allow property owners to earn some extra cash by renting out their extra space for parking.

We're huge fans of Laravel within the company, and we've even got Laravel evangelist, contributor and best-selling author [Dayle Rees](https://twitter.com/daylerees) on the team.

If you're interested in working with us, why not check out our [jobs page](https://www.justpark.com/jobs/).

[![Panda](https://camo.githubusercontent.com/c1ef45b5f7ae144ad19f80c0a1bd31667926c78e19b2b2bb16f8a850243f5ae0/687474703a2f2f692e696d6775722e636f6d2f486b6f55504d6b2e6a7067)](https://camo.githubusercontent.com/c1ef45b5f7ae144ad19f80c0a1bd31667926c78e19b2b2bb16f8a850243f5ae0/687474703a2f2f692e696d6775722e636f6d2f486b6f55504d6b2e6a7067)

---

[repat](https://repat.de) is an independent Laravel developer and consultant and just updated this for Laravel 5.5+, 6, 7 and 8. All credit goes to the guys at JustPark.

License
-------

[](#license)

Envoyer Deploy Command is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 55% 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 ~659 days

Total

4

Last Release

2057d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/405dab243007488e7e7851422e5864a9312aee36058d60f1e6d623232c4d3131?d=identicon)[repat](/maintainers/repat)

---

Top Contributors

[![daylerees](https://avatars.githubusercontent.com/u/207870?v=4)](https://github.com/daylerees "daylerees (11 commits)")[![repat](https://avatars.githubusercontent.com/u/516807?v=4)](https://github.com/repat "repat (7 commits)")[![vinkla](https://avatars.githubusercontent.com/u/499192?v=4)](https://github.com/vinkla "vinkla (2 commits)")

---

Tags

frameworklaraveldeployjustparkenvoyerenvoyer.iorepat

### Embed Badge

![Health badge](/badges/repat-envoyer-deploy/health.svg)

```
[![Health](https://phpackages.com/badges/repat-envoyer-deploy/health.svg)](https://phpackages.com/packages/repat-envoyer-deploy)
```

###  Alternatives

[justpark/envoyer-deploy

JustPark Envoyer Deploy Command

646.7k](/packages/justpark-envoyer-deploy)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)

PHPackages © 2026

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