PHPackages                             orbiter/satellite-launch - 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. orbiter/satellite-launch

ActiveLibrary

orbiter/satellite-launch
========================

0.1.1(3y ago)01021MITPHPPHP &gt;=8.1

Since Oct 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bemit/satellite-launch)[ Packagist](https://packagist.org/packages/orbiter/satellite-launch)[ Docs](https://bemit.codes)[ RSS](/packages/orbiter-satellite-launch/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (1)

Orbiter\\Satellite: Launch
==========================

[](#orbitersatellite-launch)

[![Latest Stable Version](https://camo.githubusercontent.com/75a82de93a30a121952330855955376b7f6f4a28b62ac8362937a651519403e3/68747470733a2f2f706f7365722e707567782e6f72672f6f7262697465722f736174656c6c6974652d6c61756e63682f76657273696f6e2e737667)](https://packagist.org/packages/orbiter/satellite-launch)[![Latest Unstable Version](https://camo.githubusercontent.com/66da72ede9b9a2337cadcd0e770c22d5a4c593e6ccea60cae9ce088c381865bf/68747470733a2f2f706f7365722e707567782e6f72672f6f7262697465722f736174656c6c6974652d6c61756e63682f762f756e737461626c652e737667)](https://packagist.org/packages/orbiter/satellite-launch)[![codecov](https://camo.githubusercontent.com/0f3062366233f7a50a122913513cba0599dcf2105ae1d60c34cf2bcbeff1d344/68747470733a2f2f636f6465636f762e696f2f67682f62656d69742f736174656c6c6974652d6c61756e63682f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d4e33373645513254354f)](https://codecov.io/gh/bemit/satellite-launch)[![Total Downloads](https://camo.githubusercontent.com/53b1b23641d9a6023fbdb4a1401278f9814128c5951f66a8d523980d123b8e60/68747470733a2f2f706f7365722e707567782e6f72672f6f7262697465722f736174656c6c6974652d6c61756e63682f646f776e6c6f6164732e737667)](https://packagist.org/packages/orbiter/satellite-launch)[![Github actions Build](https://github.com/bemit/satellite-launch/actions/workflows/blank.yml/badge.svg)](https://github.com/bemit/satellite-launch/actions)[![PHP Version Require](https://camo.githubusercontent.com/286c377d1a54bf9db1ef64195bf807087d3ed2c1f5dc647f79265601b76ca2e1/687474703a2f2f706f7365722e707567782e6f72672f6f7262697465722f736174656c6c6974652d6c61756e63682f726571756972652f706870)](https://packagist.org/packages/orbiter/satellite-launch)

PHP `SatelliteApp` interface, to launch a new cli or routing app with a **PSR-14** event dispatcher.

Check [satellite-app](https://github.com/bemit/satellite-app) for a ready to use template.

```
composer require orbiter/satellite-launch
```

Dev Notices
-----------

[](#dev-notices)

Commands to set up and run e.g. tests:

```
# on windows:
docker run -it --rm -v %cd%:/app composer install

docker run -it --rm -v %cd%:/var/www/html php:8.1-cli-alpine sh

docker run --rm -v %cd%:/var/www/html php:8.1-cli-alpine sh -c "cd /var/www/html && ./vendor/bin/phpunit --testdox -c phpunit-ci.xml --bootstrap vendor/autoload.php"

# on unix:
docker run -it --rm -v `pwd`:/app composer install

docker run -it --rm -v `pwd`:/var/www/html php:8.1-cli-alpine sh

docker run --rm -v `pwd`:/var/www/html php:8.1-cli-alpine sh -c "cd /var/www/html && ./vendor/bin/phpunit --testdox -c phpunit-ci.xml --bootstrap vendor/autoload.php"
```

Versions
--------

[](#versions)

This project adheres to [semver](https://semver.org/), **until `1.0.0`** and beginning with `0.1.0`: all `0.x.0` releases are like MAJOR releases and all `0.0.x` like MINOR or PATCH, modules below `0.1.0` should be considered experimental.

License
-------

[](#license)

This project is free software distributed under the [**MIT LICENSE**](LICENSE).

### Contributors

[](#contributors)

By committing your code to the code repository you agree to release the code under the MIT License attached to the repository.

---

Maintained by [Michael Becker](https://i-am-digital.eu)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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 ~7 days

Total

2

Last Release

1299d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/946489901a36f4507ead2ce24d3e9c6570ae4e16ab1aed0ef6314237302ecb37?d=identicon)[bemit](/maintainers/bemit)

---

Top Contributors

[![elbakerino](https://avatars.githubusercontent.com/u/7737034?v=4)](https://github.com/elbakerino "elbakerino (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[symfony/symfony

The Symfony PHP framework

31.3k86.3M2.2k](/packages/symfony-symfony)[league/commonmark

Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)

3.0k404.0M702](/packages/league-commonmark)[symfony/mailer

Helps sending emails

1.6k368.1M955](/packages/symfony-mailer)[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[phpro/soap-client

A general purpose SoapClient library

8885.6M46](/packages/phpro-soap-client)

PHPackages © 2026

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