PHPackages                             factorial-io/phab-lagoon-plugin - 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. factorial-io/phab-lagoon-plugin

ActiveLibrary

factorial-io/phab-lagoon-plugin
===============================

13PHP

Since Nov 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/factorial-io/phab-lagoon-plugin)[ Packagist](https://packagist.org/packages/factorial-io/phab-lagoon-plugin)[ RSS](/packages/factorial-io-phab-lagoon-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

phab-lagoon-plugin
==================

[](#phab-lagoon-plugin)

A phabalicious plugin to integrate with lagoon cli. The plugin provides a new command to show the states of the latest deployments in the CLI

Prerequisites
-------------

[](#prerequisites)

You need to install the lagoon cli from [here](https://github.com/uselagoon/lagoon-cli)

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

[](#installation)

```
composer require --dev factorial-io/phab-lagoon-plugin

```

Needed configuration in the fabfile
-----------------------------------

[](#needed-configuration-in-the-fabfile)

You need to provide the name of the lagoon project via:

```
hosts:
  config-a:
    .
    .
    .
    lagoon:
      project: the-lagoon-project-name
```

Customize configuration
-----------------------

[](#customize-configuration)

If you need to add options to the `lagoon`-command you can add the following to the root of the fabfile:

```
lagoonOptions:
  - -i
  - /home/my-user-name/.ssh/my-private-key

```

Provided commands
-----------------

[](#provided-commands)

### Show the list deployments

[](#show-the-list-deployments)

The command `list:deployments` will list the latest deployments for a specific configuration or for all lagoon-based configurations:

```
phab lagoon list:deployments
phab lagoon list:deployments --config my-config
```

### Trigger a new deployment

[](#trigger-a-new-deployment)

The command `deploy:latest` will trigger a new deployent for a given configuration and print out the new deployment similar to `latest:deployments`

```
phab -cmyconfig lagoon deploy:latest
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/347bf3b37b54b8e1415e2c701373b90eb4e2055af3f1fe00e75c4afa6070f9ae?d=identicon)[stmh](/maintainers/stmh)

---

Top Contributors

[![stmh](https://avatars.githubusercontent.com/u/319208?v=4)](https://github.com/stmh "stmh (13 commits)")

---

Tags

lagoonphabalicious

### Embed Badge

![Health badge](/badges/factorial-io-phab-lagoon-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/factorial-io-phab-lagoon-plugin/health.svg)](https://phpackages.com/packages/factorial-io-phab-lagoon-plugin)
```

PHPackages © 2026

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