PHPackages                             rocketeers/satellite - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rocketeers/satellite

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rocketeers/satellite
====================

An on-server assistant for Rocketeer

7112[1 issues](https://github.com/rocketeers/satellite/issues)PHP

Since Aug 27Pushed 10y ago3 watchersCompare

[ Source](https://github.com/rocketeers/satellite)[ Packagist](https://packagist.org/packages/rocketeers/satellite)[ RSS](/packages/rocketeers-satellite/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Satellite
=========

[](#satellite)

Satellite is an on-server assistant for Rocketeer. It allows you to integrate Rocketeer into your CI process by creating/updating releases from the server itself, and to virtually deploy from anywhere.

Setup
-----

[](#setup)

### Via the global PHAR

[](#via-the-global-phar)

Simply run the following commands on your server:

```
$ wget http://rocketeer.autopergamene.eu/versions/satellite.phar
$ chmod +x satellite.phar
$ mv satellite.phar /usr/local/bin/satellite
```

### Via Composer

[](#via-composer)

Simply run `composer global require rocketeers/satellite`, you'll then have a `~/.composer/vendor/bin/satellite` vendor on your server you can access.

Usage
-----

[](#usage)

Once you have Satellite on your server, you'll need to set it up, only the first time, by running `satellite setup`.

After that, to see which applications are deployed on a particular server, run `satellite apps`:

```
+---------------+--------------------+---------------------+
| Application   | Number of releases | Latest release      |
+---------------+--------------------+---------------------+
| foobar        | 3                  | 2015-01-19 17:57:36 |
+---------------+--------------------+---------------------+

```

To create a new release of an application on your server, run `satellite deploy {your_app}`. This can be called from an SCM hook, a PaaS deploy routine, etc.

To follow the deployment from your local application, first install the satellite plugin in your local application by running:

```
$ rocketeer plugin:install rocketeers/satellite
```

Then add Satellite to your plugins in `config.php`:

```
// The plugins to load
'plugins'          => array(
    'Rocketeer\Satellite\SatellitePlugin',
),
```

You'll then have a `tail` command available:

```
$ rocketeer satellite:tail
```

Which will print the progress of the deploy as it runs.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.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.

### Community

Maintainers

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

---

Top Contributors

[![Anahkiasen](https://avatars.githubusercontent.com/u/1321596?v=4)](https://github.com/Anahkiasen "Anahkiasen (40 commits)")[![mbrodala](https://avatars.githubusercontent.com/u/5037116?v=4)](https://github.com/mbrodala "mbrodala (1 commits)")

### Embed Badge

![Health badge](/badges/rocketeers-satellite/health.svg)

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

PHPackages © 2026

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