PHPackages                             frosh/shopmon-cli - 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. frosh/shopmon-cli

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

frosh/shopmon-cli
=================

Shopmon CLI - Deployment monitoring for Shopware

0.0.9(3mo ago)21.8k↑66.7%MITGoPHP &gt;=8.1CI passing

Since Feb 15Pushed 3w agoCompare

[ Source](https://github.com/FriendsOfShopware/shopmon-cli)[ Packagist](https://packagist.org/packages/frosh/shopmon-cli)[ RSS](/packages/frosh-shopmon-cli/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (9)DependenciesVersions (12)Used By (0)

Shopmon CLI
===========

[](#shopmon-cli)

A command-line tool for monitoring and managing Shopware applications with deployment telemetry.

Features
--------

[](#features)

- Track deployment commands and their execution details to Shopmon monitoring service

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

[](#installation)

### Composer

[](#composer)

```
composer require frosh/shopmon-cli

# Downloads on the fly shopmon-cli and executes the command
vendor/bin/shopmon-cli deploy --
```

### Docker

[](#docker)

```
COPY --from=ghcr.io/friendsofshopware/shopmon-cli:0.0.6 /shopmon-cli /usr/local/bin/shopmon-cli
```

Usage
-----

[](#usage)

### Basic Usage

[](#basic-usage)

```
./shopmon-cli deploy --
```

### Examples

[](#examples)

```
# Execute a simple command
./shopmon-cli deploy -- vendor/bin/shopware-deployment-helper run
```

### Environment Variables

[](#environment-variables)

- `SHOPMON_BASE_URL`: Override the default monitoring service URL (default: `https://shopmon.fos.gg`)
- `SHOPMON_API_KEY`: Authorization token for the monitoring service (required, sent as Bearer token)
- `SHOPMON_SHOP_ID`: Shop ID to include in telemetry
- `SHOPMON_DEPLOYMENT_NAME`: Custom name for the deployment (if not set, the server generates a random name)
- `SHOPMON_DEPLOYMENT_VERSION_REFERENCE`: Override the version reference (defaults to `git rev-parse HEAD`)

```
# With custom URL
SHOPMON_BASE_URL="http://localhost:8080" \
SHOPMON_API_KEY="your-secret-token" \
./shopmon-cli deploy -- vendor/bin/shopware-deployment-helper run

# With authorization token
SHOPMON_API_KEY="your-secret-token" ./shopmon-cli deploy -- vendor/bin/shopware-deployment-helper run
```

License
-------

[](#license)

MIT

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance89

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 92.9% 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 ~3 days

Total

9

Last Release

101d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c45ef9077b73fce78afbfab2fa27e611a453dd77de003e2785ac84105d02bef?d=identicon)[shyim](/maintainers/shyim)

---

Top Contributors

[![shyim](https://avatars.githubusercontent.com/u/6224096?v=4)](https://github.com/shyim "shyim (13 commits)")[![claude](https://avatars.githubusercontent.com/u/81847?v=4)](https://github.com/claude "claude (1 commits)")

### Embed Badge

![Health badge](/badges/frosh-shopmon-cli/health.svg)

```
[![Health](https://phpackages.com/badges/frosh-shopmon-cli/health.svg)](https://phpackages.com/packages/frosh-shopmon-cli)
```

###  Alternatives

[sarfraznawaz2005/servermonitor

Laravel package to periodically monitor the health of your server and website.

19613.5k1](/packages/sarfraznawaz2005-servermonitor)[tiamo/phpas2

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

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

RPM packager for PHP applications.

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

PHPackages © 2026

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