PHPackages                             proglab/space-transport-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. proglab/space-transport-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

proglab/space-transport-bundle
==============================

A transport for JetBrain Space for the symfony Notifier

v1.0.7(3y ago)0195MITPHPPHP &gt;=8.0

Since May 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Proglab/SpaceTransportBundle)[ Packagist](https://packagist.org/packages/proglab/space-transport-bundle)[ RSS](/packages/proglab-space-transport-bundle/feed)WikiDiscussions master Synced 1mo ago

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

SpaceTransportBundle
====================

[](#spacetransportbundle)

A bundle symfony for Jetbrains Space Transport in symfony notifier.

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

[](#installation)

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

```
composer require proglab/space-client-bundle
```

f you're not using symfony/flex, enable the bundle by adding it to the list of registered bundles in the config/bundles.php file of your project:

```
return [
    // ...
    Proglab\SpaceClientBundle\SpaceClientBundle::class => ['all' => true],
];
```

Copy `src/Resources/config/proglab_space_transport.yaml` to your `config/packages/proglab_space_transport.yaml` and update the space url

And finally you must add this to your .env file :

```
###> proglab/space-transport-bundle ###
SPACE_DSN=space://{{token}}@{{host_url_space}}?channel={{default_channel}}
###< proglab/space-transport-bundle ###
```

Usage
-----

[](#usage)

The default space Channel is defined in your .env file.

```
use Proglab\SpaceClientBundle\SpaceTransport\SpaceNotification;

$notification = new SpaceNotification('Welcome Aboard', ['chat/space']);
$notification->setChannel('Xxx'); // you can override the default channel if necessary
$notifier->send($notification);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

8

Last Release

1413d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/441b0b3cc2ce121c0d99034dd3b87d1cb73a9d8613d9518968b295c10aae31cf?d=identicon)[Proglab](/maintainers/Proglab)

---

Top Contributors

[![Proglab](https://avatars.githubusercontent.com/u/4598760?v=4)](https://github.com/Proglab "Proglab (9 commits)")

### Embed Badge

![Health badge](/badges/proglab-space-transport-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/proglab-space-transport-bundle/health.svg)](https://phpackages.com/packages/proglab-space-transport-bundle)
```

###  Alternatives

[symfony/slack-notifier

Symfony Slack Notifier Bridge

426.1M11](/packages/symfony-slack-notifier)[chameleon-system/chameleon-base

The Chameleon System core.

1026.5k3](/packages/chameleon-system-chameleon-base)[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)

PHPackages © 2026

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