PHPackages                             famoser/agnes - 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. famoser/agnes

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

famoser/agnes
=============

Creates &amp; deploys releases safely to various environments.

v4.3.7(3mo ago)04.3k2MITPHPCI passing

Since Aug 6Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/famoser/agnes)[ Packagist](https://packagist.org/packages/famoser/agnes)[ RSS](/packages/famoser-agnes/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (47)Used By (2)

agnes
=====

[](#agnes)

Release and deploy safely.

Install with

```
composer require famoser/agnes --dev
```

Then run commands

```
php vendor/bin/agnes release v1.0 main`
```

commands
--------

[](#commands)

CommandExample`build``build maint` builds the release from the `main` branch`release``release v1.0 main` creates the release `v1.0` from the `main` branch`deploy``deploy *:*:dev v1.0` installs on all instances matching `*:*:dev` the release `v1.0``rollback``rollback *:*:dev` rolls back instances matching `*:*:dev` to the previous release`clear``clear *:*:dev` clears surplus &amp; invalid installations on the `*:*:dev` instances`copy``copy example:example.com:dev production` copies the shared data to the instance `example:example.com:dev` its `production` stage`run``run *:*:dev my_script` runs the script called `my_script` on the `*:*:dev` instancesfor details on the commands use the `--help` argument.
to easily remember the order of the arguments, observe that the target is always first.

config
------

[](#config)

By default, the file called `agnes.yml` in your project root is taken as configuration (use `--config-file` to change).

Further, you may supply a config folder which contains:

- additional `.yml` files which will all be merged with the main config file (handy to separate policies and server config)
- other files which are needed for the installation but not part of the repository (like `.env.local` files)

In the config files, you can use placeholders like `%env(KEY)` which are replaced by environment variables upon loading the config. You can define environment variables in a `.env` or `.env.local` file in your project root.

Full example config in [sample.yml](sample.yml).

advanced config
---------------

[](#advanced-config)

if you have an SSH connection configured you can speed up command execution greatly by caching the connection in `~/.ssh/config`:

```
Host *
  ControlPath /tmp/ssh-%r@%h:%p
  ControlMaster auto
  ControlPersist yes

```

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance82

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity71

Established project with proven stability

 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

Every ~55 days

Recently: every ~112 days

Total

44

Last Release

90d ago

Major Versions

v0.18 → v1.02019-08-20

v1.0.1 → v2.0.02019-08-21

v2.0.5 → v3.0.02020-07-14

v3.0.0 → v4.0.02020-07-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/93517a280ea3701aec80a638183101a3a198e7e0d16ef9882f7b2742bfd7e4d3?d=identicon)[famoser](/maintainers/famoser)

---

Top Contributors

[![famoser](https://avatars.githubusercontent.com/u/5077020?v=4)](https://github.com/famoser "famoser (260 commits)")

---

Tags

packagistphp

###  Code Quality

Static AnalysisPHPStan, Rector

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/famoser-agnes/health.svg)

```
[![Health](https://phpackages.com/badges/famoser-agnes/health.svg)](https://phpackages.com/packages/famoser-agnes)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[wsdltophp/packagegenerator

Generate hierarchical PHP classes based on a WSDL

4351.9M19](/packages/wsdltophp-packagegenerator)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[shopware/deployment-helper

Shopware deployment tools

19305.3k5](/packages/shopware-deployment-helper)

PHPackages © 2026

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