PHPackages                             codemonster-ru/view-ssr - 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. [Templating &amp; Views](/categories/templating)
4. /
5. codemonster-ru/view-ssr

ActiveLibrary[Templating &amp; Views](/categories/templating)

codemonster-ru/view-ssr
=======================

SSR engine for codemonster-ru/view (delegates to an codemonster-ru/ssr-bridge)

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

Since Sep 27Pushed 7mo agoCompare

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

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

codemonster-ru/view-ssr
=======================

[](#codemonster-ruview-ssr)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b4c620179edf82ca3f77e68ea6318e57113c17b58fbaf96bbc6e34b2c34b6437/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64656d6f6e737465722d72752f766965772d7373722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codemonster-ru/view-ssr)[![Total Downloads](https://camo.githubusercontent.com/5149250efe79467a43ffd479ddd3c89cb2d8672580d44765a7ca2044f3ffd866/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f64656d6f6e737465722d72752f766965772d7373722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codemonster-ru/view-ssr)[![License](https://camo.githubusercontent.com/1d96ead4e8f91a264559c87b2e00eaef83e9c51a01981a75172cc18999014904/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f636f64656d6f6e737465722d72752f766965772d7373722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codemonster-ru/view-ssr)[![Tests](https://github.com/codemonster-ru/view-ssr/actions/workflows/tests.yml/badge.svg)](https://github.com/codemonster-ru/view-ssr/actions/workflows/tests.yml)

SSR (Server-Side Rendering) engine for the [`codemonster-ru/view`](https://github.com/codemonster-ru/view) core. Delegates actual rendering to a **bridge** (preferably `codemonster-ru/ssr-bridge`).

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

[](#-installation)

Via Composer:

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

🚀 Usage
-------

[](#-usage)

```
use Codemonster\View\View;
use Codemonster\View\Engines\SsrEngine;
use Codemonster\Ssr\SsrBridge; // from codemonster-ru/ssr-bridge

$bridge = new SsrBridge([
  // ...bridge-specific options: mode, entry paths, server URL, etc.
]);

$engine = new SsrEngine($bridge);
$view   = new View(['ssr' => $engine], 'ssr');

echo $view->render('home', ['message' => 'Hello']);
```

🧪 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/view-ssr/blob/main/LICENSE)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance62

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

232d ago

Major Versions

v1.0.0 → v2.0.02025-09-28

### 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 (5 commits)")

---

Tags

codemonster-ruenginephprendererserver-side-renderingssrviewphpviewrendererengineSSRserver-side-renderingcodemonster-ru

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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