PHPackages                             clarity-tech/clarity-envoy-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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. clarity-tech/clarity-envoy-deploy

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

clarity-tech/clarity-envoy-deploy
=================================

Deployment scripts for envoy standard zero deployments along with gitlab templates

v1.0.4(3y ago)099MITBlade

Since Jan 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/clarity-tech/clarity-envoy-deploy)[ Packagist](https://packagist.org/packages/clarity-tech/clarity-envoy-deploy)[ RSS](/packages/clarity-tech-clarity-envoy-deploy/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

A standard failsafe zero downtime deployment scripts used in our projects at Clarity

step 1)
=======

[](#step-1)

Go here

and read the ## Usage section

step 2)
=======

[](#step-2)

create `Envoy.blade.php` on root of your project add below inside that file

```
@import('vendor/clarity-tech/clarity-envoy-deploy/src/Envoy.blade.php')

```

step 3)
=======

[](#step-3)

update/replace the variables inside these files `.gitlab/ci/.prepare-ssh-prod.yml` and `.gitlab/ci/.prepare-ssh-staging.yml`

```
PROJECT_DIR
your-server-alias

```

step 4)
=======

[](#step-4)

update `ENV_PROD` and `ENV_STAGING` as File variable as per your need in gitlab project CI/CD variables [https://gitlab.com/clarity-tech/your-project-name/-/settings/ci\_cd](https://gitlab.com/clarity-tech/your-project-name/-/settings/ci_cd)

and `SSH_CONFIG` as File variable with the config like below replace `ip-of-the-server` with your ip

```
Host clarity-server
   HostName ip-of-the-server
   User deployer
   IdentitiesOnly yes
   IdentityFile ~/.ssh/id_deployment
   StrictHostKeyChecking no

```

lastly `DEPLOYER_SSH_KEY_ID` as File variable with the private key content file of the user that has access to the server

```
-----BEGIN OPENSSH PRIVATE KEY-----
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
QyNTUxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxvPiD
egxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxw
AAxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxLp
key-content-stripped-due-to-secuirty-xxxxxxxxxxxxxxx==
-----END OPENSSH PRIVATE KEY-----

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~2 days

Total

5

Last Release

1258d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab0ec80e4e9d7eaeed5b9010e62cf7ce3121f4779870663a253218cfa43f8f7c?d=identicon)[msonowal](/maintainers/msonowal)

---

Top Contributors

[![mohit-parsiya](https://avatars.githubusercontent.com/u/71714793?v=4)](https://github.com/mohit-parsiya "mohit-parsiya (14 commits)")[![msonowal](https://avatars.githubusercontent.com/u/6334484?v=4)](https://github.com/msonowal "msonowal (14 commits)")

### Embed Badge

![Health badge](/badges/clarity-tech-clarity-envoy-deploy/health.svg)

```
[![Health](https://phpackages.com/badges/clarity-tech-clarity-envoy-deploy/health.svg)](https://phpackages.com/packages/clarity-tech-clarity-envoy-deploy)
```

###  Alternatives

[widop/google-analytics-bundle

Google certificate-based authentication in server-to-server interactions with google analytics

43283.2k](/packages/widop-google-analytics-bundle)[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.

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

PHPackages © 2026

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