PHPackages                             justpark/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. justpark/envoyer-deploy

ActiveProject[Framework](/categories/framework)

justpark/envoyer-deploy
=======================

JustPark Envoyer Deploy Command

v1.0.0(11y ago)646.7k3MITPHP

Since May 2Pushed 8y ago3 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

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

[![Downloads](https://camo.githubusercontent.com/ae228c52f6abd4dce15bcc43011c1992c038f49606d9018046b774150d88ef30/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a7573747061726b2f656e766f7965722d6465706c6f792e737667)](https://camo.githubusercontent.com/ae228c52f6abd4dce15bcc43011c1992c038f49606d9018046b774150d88ef30/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a7573747061726b2f656e766f7965722d6465706c6f792e737667)[![Release](https://camo.githubusercontent.com/6dd7d16a4b63bb84aff7f2c1e291e99c547b0be53a3d3c487fc110d390a2c96a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a7573747061726b2f656e766f7965722d6465706c6f792e737667)](https://camo.githubusercontent.com/6dd7d16a4b63bb84aff7f2c1e291e99c547b0be53a3d3c487fc110d390a2c96a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a7573747061726b2f656e766f7965722d6465706c6f792e737667)[![License](https://camo.githubusercontent.com/b5f3c526b51b3cddc8c653594cb0a68227860c83ebb7735f9999c091eab27856/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a7573747061726b2f656e766f7965722d6465706c6f792e737667)](https://camo.githubusercontent.com/b5f3c526b51b3cddc8c653594cb0a68227860c83ebb7735f9999c091eab27856/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a7573747061726b2f656e766f7965722d6465706c6f792e737667)

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)!

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`.

```
"justpark/envoyer-deploy": "~1.0"
```

Next, you'll need to add the `ServiceProvider` for this command to the `providers` array within your `config/app.php` file.

```
'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.

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)

License
-------

[](#license)

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

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 84.6% 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

4035d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5df33ae838a2ae1bf42eda2f083df8cf63bdc3634b8c728d9acc883e72f62248?d=identicon)[daylerees](/maintainers/daylerees)

---

Top Contributors

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

---

Tags

frameworklaraveldeployjustparkenvoyerenvoyer.io

### Embed Badge

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

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

###  Alternatives

[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)
