Search by

splash / bridge-bundle

BadPixxel

Splash Bridge Bundle - Run Legacy Connectors as Isolated PHAR Workers

Package info

gitlab.com/SplashTools/bridge

Issues

Type:symfony-bundle

pkg:composer/splash/bridge-bundle

Statistics

Installs: 1 481

Dependents: 2

Suggesters: 0

Stars: 0

3.0.x-dev 2026-09-11 14:48 UTC

This package is auto-updated.

Last update: 2026-09-11 12:48:48 UTC


README

N|Solid

Splash Bridge Bundle

Host side of the Splash Bridge: loads connectors compiled as isolated standalone workers (.splx binaries, .phar archives or build directories) by Bridge Builder, registers each of them as a regular Splash connector named <version>@<name>, and drives it over JSON-RPC in its own process.

Zero dependency conflicts between connectors, zero PHP requirement on the target for .splx workers, and reverse callbacks (files, commits, configuration updates) so the isolated worker still talks to the host.

composer require splash/bridge-bundle

Documentation

  • Overview — registry, manifest, bridged connector, transports, callbacks
  • Configurationsplash_bridges:, bridges directory, workers environment
  • Worker contract — protocol, HttpContext (no session), form whitelist, callbacks, checklist for connector authors

AI coding agents: see llms.txt, and the splash-connector skill (splash/skills).

Commands

CommandPurpose
splash:bridges:listList the bridge connectors found in the registry
splash:bridges:stopGracefully stop running worker daemons (socket transport)

License

MIT - See LICENSE