PHPackages                             codemonster-ru/ssr-bridge - 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. codemonster-ru/ssr-bridge

ActiveLibrary

codemonster-ru/ssr-bridge
=========================

A universal PHP bridge for interacting with Node.js SSR services (locally or via HTTP).

v2.0.0(7mo ago)0151MITPHPPHP &gt;=8.2CI passing

Since Sep 23Pushed 7mo agoCompare

[ Source](https://github.com/codemonster-ru/ssr-bridge)[ Packagist](https://packagist.org/packages/codemonster-ru/ssr-bridge)[ Docs](https://github.com/codemonster-ru/ssr-bridge)[ RSS](/packages/codemonster-ru-ssr-bridge/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (1)

SSR Bridge
==========

[](#ssr-bridge)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7aa844d19bac5845111a750f7240e9c01158cc8957ee363fc12e0045b4bb63de/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64656d6f6e737465722d72752f7373722d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codemonster-ru/ssr-bridge)[![Total Downloads](https://camo.githubusercontent.com/5cdd4d4132d5b1026c72834712e31d220894d4b4d83c9066f52dd75f834820da/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f64656d6f6e737465722d72752f7373722d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codemonster-ru/ssr-bridge)[![License](https://camo.githubusercontent.com/6485cc9071fddaa08fd375dfe8041b9d40c829dd83820358ac7258d3895db7c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f636f64656d6f6e737465722d72752f7373722d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codemonster-ru/ssr-bridge)[![Tests](https://github.com/codemonster-ru/ssr-bridge/actions/workflows/tests.yml/badge.svg)](https://github.com/codemonster-ru/ssr-bridge/actions/workflows/tests.yml)

A universal PHP bridge for interacting with **Node.js SSR services**.

📦 Installation
--------------

[](#-installation)

```
composer require codemonster-ru/ssr-bridge
```

🚀 Usage
-------

[](#-usage)

```
use Codemonster\Ssr\SsrBridge;

// Local mode (Node.js runs directly)
$bridge = new SsrBridge('local', null, __DIR__.'/../node_modules/ssr-service/dist/ssr.js');
$html = $bridge->render('Home', ['message' => 'Hello']);

// HTTP mode (connecting to the remote SSR API)
$bridge = new SsrBridge('http', 'http://127.0.0.1:3000');
$html = $bridge->render('Home', ['message' => 'Hello']);
```

✨ Features
----------

[](#-features)

- Local SSR execution via the `node` process
- Connection to a remote HTTP SSR server API
- Easy integration into any PHP project (Laravel, Symfony, Annabel, etc.)

🧪 Testing
---------

[](#-testing)

You can run tests with the command:

```
composer test
```

👨‍💻 Author
----------

[](#‍-author)

[**Kirill Kolesnikov**](https://github.com/KolesnikovKirill)

📜 License
---------

[](#-license)

[MIT](https://github.com/codemonster-ru/ssr-bridge/blob/main/LICENSE)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance62

Regular maintenance activity

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

Total

6

Last Release

233d ago

Major Versions

v1.1.0 → v2.0.02025-09-28

PHP version history (2 changes)v1.0.0PHP &gt;=8.0

v2.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/a22c460130c82eca5da633a388faa81adf7e63558a2ae1e34441e6624ec2ad15?d=identicon)[KolesnikovKirill](/maintainers/KolesnikovKirill)

---

Top Contributors

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

---

Tags

annabelbridgeframework-integrationfrontend-integrationintegrationlaravelnodejsphpreactreact-ssrserver-side-renderingsolidsolid-ssrssrsveltesvelte-ssrsymfonyvuevue-ssrphpsymfonylaravelBridgenodejsreactintegrationsolidvueSSRserver-side-renderingsvelteannabelvue-ssrreact-ssrsvelte-ssrsolid-ssrframework-integrationfrontend-integration

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/codemonster-ru-ssr-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/codemonster-ru-ssr-bridge/health.svg)](https://phpackages.com/packages/codemonster-ru-ssr-bridge)
```

###  Alternatives

[dragon-code/support

Support package is a collection of helpers and tools for any project.

238.7M101](/packages/dragon-code-support)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)[carbon/pipeline

Ultra-fast build stack for Neos CMS based on esbuild and PostCSS

1725.5k1](/packages/carbon-pipeline)

PHPackages © 2026

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