PHPackages                             vsevolod-ryzhov/yandex-turbo-rss - 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. vsevolod-ryzhov/yandex-turbo-rss

ActiveLibrary

vsevolod-ryzhov/yandex-turbo-rss
================================

Sync data with Yandex Turbo Pages rss feed

v0.1(5y ago)03MITPHPPHP &gt;=7.2

Since Aug 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vsevolod-ryzhov/yandex-turbo-rss)[ Packagist](https://packagist.org/packages/vsevolod-ryzhov/yandex-turbo-rss)[ RSS](/packages/vsevolod-ryzhov-yandex-turbo-rss/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

Yandex Turbo Pages rss feed
===========================

[](#yandex-turbo-pages-rss-feed)

Sync data with Yandex Turbo Pages rss feed

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

[](#installation)

Via Composer

```
composer require vsevolod-ryzhov/yandex-turbo-rss

```

Usage
-----

[](#usage)

See more information in an official documentation:

1. Create new rss feed

```
$feed = new Feed(
    'Feed name',
    'https://',
    'Feed description',
    'Feed language'
);
```

2. Add analytics

```
$feed->setAnalytics(new Analytics('Yandex', '12345'));
$feed->setAnalytics(new Analytics('Google', '54321'));
```

3. Add content prefix and / or prefix

```
$feed->setContentPrefix('This content will display before main content');
$feed->setContentSuffix('This content will display after main content');
```

4. Create pages objects and add them to feed object

```
$page1 = new PageItem('First test Page', 'https://eot.company/en', 'Test content');
$feed->setPage($page1);

$page2 = new PageItem('Senond test Page', 'https://eot.company/ru', 'TitleContent');
$feed->setPage($page2);

$page2->setContentModifiers(static function ($content) { return str_replace(array('src=""', 'data-src="'), array('', 'src="'), $content); });
```

5. Make feed and output (or write to file)

```
$xml = $feed->make(); // this will return XMLWriter object

// to make web Response:
$feed->make()->outputMemory()
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

2100d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3246627?v=4)[Vsevolod Ryzhov](/maintainers/vsevolod-ryzhov)[@vsevolod-ryzhov](https://github.com/vsevolod-ryzhov)

---

Top Contributors

[![vsevolod-ryzhov](https://avatars.githubusercontent.com/u/3246627?v=4)](https://github.com/vsevolod-ryzhov "vsevolod-ryzhov (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vsevolod-ryzhov-yandex-turbo-rss/health.svg)

```
[![Health](https://phpackages.com/badges/vsevolod-ryzhov-yandex-turbo-rss/health.svg)](https://phpackages.com/packages/vsevolod-ryzhov-yandex-turbo-rss)
```

PHPackages © 2026

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