PHPackages                             sourecode/screen-bundle - 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. sourecode/screen-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

sourecode/screen-bundle
=======================

A Symfony bundle for managing screen processes.

v0.2.0(11mo ago)1113MITPHPPHP &gt;=8.3CI passing

Since Mar 15Pushed 11mo agoCompare

[ Source](https://github.com/SoureCode/ScreenBundle)[ Packagist](https://packagist.org/packages/sourecode/screen-bundle)[ RSS](/packages/sourecode-screen-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (17)Versions (3)Used By (0)

sourecode/screen-bundle
=======================

[](#sourecodescreen-bundle)

[![Packagist Version](https://camo.githubusercontent.com/2940d77e56428bfd7f631b9afaf9e2d5e468fcd717c3a6fffb9ef830d34ba28d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f757265636f64652f73637265656e2d62756e646c652e737667)](https://packagist.org/packages/sourecode/screen-bundle)[![Downloads](https://camo.githubusercontent.com/08146b390f8cf7d8dec0147573503c970fd325aca8130422de84325a329198a2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736f757265636f64652f73637265656e2d62756e646c652e737667)](https://packagist.org/packages/sourecode/screen-bundle)[![CI](https://github.com/SoureCode/ScreenBundle/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/SoureCode/ScreenBundle/actions/workflows/ci.yml)[![codecov](https://camo.githubusercontent.com/674cc09c8458240b8cf07507259ca3e5cdc41cddbce8e010b68c4031ffd1975f/68747470733a2f2f636f6465636f762e696f2f67682f536f757265436f64652f53637265656e42756e646c652f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d4c5656494e5456584151)](https://codecov.io/gh/SoureCode/ScreenBundle)[![Mutation testing badge](https://camo.githubusercontent.com/1bbb01903ad147887368991f0f32ebf765decf2a5edcf6bccd624a70cc54189d/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f7374796c653d666c61742675726c3d687474707325334125324625324662616467652d6170692e737472796b65722d6d757461746f722e696f2532466769746875622e636f6d253246536f757265436f646525324653637265656e42756e646c652532466d6173746572)](https://dashboard.stryker-mutator.io/reports/github.com/SoureCode/ScreenBundle/master)

This bundle provides to manage GNU Screen sessions in Symfony applications.

- [License](./LICENSE)

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

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Applications that use Symfony Flex

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
composer require sourecode/screen-bundle
```

### Applications that don't use Symfony Flex

[](#applications-that-dont-use-symfony-flex)

#### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require sourecode/screen-bundle
```

#### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    \SoureCode\Bundle\Screen\SoureCodeScreenBundle::class => ['all' => true],
];
```

Config
------

[](#config)

```
# config/packages/soure_code_screen.yaml
soure_code_screen:
  screens:
    worker0:
      command: [ "php", "bin/console", "messenger:consume", "async", "--limit", "10", "-vv" ]
    worker1:
      command: [ "php", "bin/console", "messenger:consume", "async", "--limit", "10", "-vv" ]
```

Development
-----------

[](#development)

**Note:** To run infection threaded the tests are written to be random, this causes to generate a lot of log files in the `tests/app/var/log` directory.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance50

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

Total

2

Last Release

352d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21c0769c766e96c15aaf9886ddecfd66dd525e55d754f18ffbe67c9277ffe43a?d=identicon)[chapterjason](/maintainers/chapterjason)

---

Top Contributors

[![chapterjason](https://avatars.githubusercontent.com/u/1337562?v=4)](https://github.com/chapterjason "chapterjason (41 commits)")

---

Tags

gnu-screensymfony-bundle

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sourecode-screen-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/sourecode-screen-bundle/health.svg)](https://phpackages.com/packages/sourecode-screen-bundle)
```

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M568](/packages/symfony-maker-bundle)[shopware/platform

The Shopware e-commerce core

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

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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