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(4y ago)0195MITPHPPHP &gt;=8.0

Since May 19Pushed 4y 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 today

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 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

1464d 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

[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

515100.5k3](/packages/web-auth-webauthn-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M568](/packages/shopware-core)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

66529.9k11](/packages/web-auth-webauthn-symfony-bundle)

PHPackages © 2026

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