{"id":29215162,"url":"https://github.com/sourecode/screenbundle","last_synced_at":"2026-03-10T22:35:02.304Z","repository":{"id":263902688,"uuid":"890186081","full_name":"SoureCode/ScreenBundle","owner":"SoureCode","description":"This bundle provides to manage GNU Screen sessions in Symfony applications.","archived":false,"fork":false,"pushed_at":"2025-06-01T00:21:05.000Z","size":115,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-29T09:18:56.150Z","etag":null,"topics":["gnu-screen","symfony-bundle"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SoureCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-18T06:18:49.000Z","updated_at":"2025-06-28T12:46:57.000Z","dependencies_parsed_at":"2024-11-20T23:18:22.074Z","dependency_job_id":"ba1650e6-aea9-462b-87b5-a664de2d35cb","html_url":"https://github.com/SoureCode/ScreenBundle","commit_stats":null,"previous_names":["sourecode/screenbundle"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SoureCode/ScreenBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoureCode%2FScreenBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoureCode%2FScreenBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoureCode%2FScreenBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoureCode%2FScreenBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoureCode","download_url":"https://codeload.github.com/SoureCode/ScreenBundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoureCode%2FScreenBundle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263234961,"owners_count":23434921,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gnu-screen","symfony-bundle"],"created_at":"2025-07-03T00:08:01.696Z","updated_at":"2026-03-10T22:35:02.270Z","avatar_url":"https://github.com/SoureCode.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# sourecode/screen-bundle\n\n[![Packagist Version](https://img.shields.io/packagist/v/sourecode/screen-bundle.svg)](https://packagist.org/packages/sourecode/screen-bundle)\n[![Downloads](https://img.shields.io/packagist/dt/sourecode/screen-bundle.svg)](https://packagist.org/packages/sourecode/screen-bundle)\n[![CI](https://github.com/SoureCode/ScreenBundle/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/SoureCode/ScreenBundle/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/SoureCode/ScreenBundle/branch/master/graph/badge.svg?token=LVVINTVXAQ)](https://codecov.io/gh/SoureCode/ScreenBundle)\n[![Mutation testing badge](https://img.shields.io/endpoint?style=flat\u0026url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FSoureCode%2FScreenBundle%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/SoureCode/ScreenBundle/master)\n\nThis bundle provides to manage GNU Screen sessions in Symfony applications.\n\n- [License](./LICENSE)\n\n## Installation\n\nMake sure Composer is installed globally, as explained in the\n[installation chapter](https://getcomposer.org/doc/00-intro.md)\nof the Composer documentation.\n\n### Applications that use Symfony Flex\n\nOpen a command console, enter your project directory and execute:\n\n```console\ncomposer require sourecode/screen-bundle\n```\n\n### Applications that don't use Symfony Flex\n\n#### Step 1: Download the Bundle\n\nOpen a command console, enter your project directory and execute the\nfollowing command to download the latest stable version of this bundle:\n\n```console\ncomposer require sourecode/screen-bundle\n```\n\n#### Step 2: Enable the Bundle\n\nThen, enable the bundle by adding it to the list of registered bundles\nin the `config/bundles.php` file of your project:\n\n```php\n// config/bundles.php\n\nreturn [\n    // ...\n    \\SoureCode\\Bundle\\Screen\\SoureCodeScreenBundle::class =\u003e ['all' =\u003e true],\n];\n```\n\n## Config\n\n```yaml\n# config/packages/soure_code_screen.yaml\nsoure_code_screen:\n  screens:\n    worker0:\n      command: [ \"php\", \"bin/console\", \"messenger:consume\", \"async\", \"--limit\", \"10\", \"-vv\" ]\n    worker1:\n      command: [ \"php\", \"bin/console\", \"messenger:consume\", \"async\", \"--limit\", \"10\", \"-vv\" ]\n```\n\n## Development\n\n**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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourecode%2Fscreenbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourecode%2Fscreenbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourecode%2Fscreenbundle/lists"}