PHPackages                             lornkarios/yandex-turbo-pages - 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. lornkarios/yandex-turbo-pages

ActiveLibrary

lornkarios/yandex-turbo-pages
=============================

PHP7 Yandex Turbo Pages RSS feed generator

v1.0(4y ago)010MITPHPPHP &gt;=7.4

Since Jun 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/lornkarios/yandex-turbo-pages)[ Packagist](https://packagist.org/packages/lornkarios/yandex-turbo-pages)[ Docs](https://github.com/lornkarios/yandex-turbo-pages)[ RSS](/packages/lornkarios-yandex-turbo-pages/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PHP7 Yandex Turbo Pages RSS feed generator
==========================================

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

Yandex Turbo Pages valid RSS feed generator for PHP 7.4.

Examples
--------

[](#examples)

```
//create feed with all params
$feed = new Feed(
    'UTF-8',
    'Название канала',
    'http://www.example.com/',
    'Краткое описание канала',
    'ru',
    $turboAnalytics = new Yandex('yndx-metrica-id', ['param1' => 'afw'])
);

//create header for item
$header = new Header(
    $h1 = 'Ресторан «Полезный завтрак»',
    $imgSrc = 'https://avatars.mds.yandex.net/get-sbs-sd/403988/e6f459c3-8ada-44bf-a6c9-dbceb60f3757/orig',
    $h2 = 'Вкусно и полезно'
);

//we can add menuItem if need
$header->addMenuItem('http://example.com/page1.html','Пункт меню 1');
$header->addMenuItem('http://example.com/page2.html','Пункт меню 2');

$content = addItem($item);
echo $feed->asXml();
```

Installing
----------

[](#installing)

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

Next, run the Composer command to install the latest stable version of **yandex-turbo-pages**

```
php composer.phar require lornkarios/yandex-turbo-pages
```

After installing, you need to require Composer's autoloader:

```
require 'vendor/autoload.php';
```

You can then later update **yandex-turbo-pages** using composer:

```
composer.phar update
```

Requirements
------------

[](#requirements)

This Yandex Trurbo Pages RSS feed generator requires at least PHP 7.4

License
-------

[](#license)

[![License](https://camo.githubusercontent.com/4bec8c38ee60bb32b5530a765def436e89497dc47fc922354dd04cb681c63c1f/68747470733a2f2f706f7365722e707567782e6f72672f736f6b6f6c6e696b6f763931312f79616e6465782d747572626f2d70616765732f6c6963656e7365)](https://packagist.org/packages/sokolnikov911/yandex-turbo-pages)

This library is licensed under the MIT License.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

1783d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25222633?v=4)[Антон Ковалев](/maintainers/lornkarios)[@lornkarios](https://github.com/lornkarios)

---

Top Contributors

[![lornkarios](https://avatars.githubusercontent.com/u/25222633?v=4)](https://github.com/lornkarios "lornkarios (2 commits)")[![nadezhda-project-manager](https://avatars.githubusercontent.com/u/69820657?v=4)](https://github.com/nadezhda-project-manager "nadezhda-project-manager (1 commits)")

---

Tags

phpfeedrssgeneratorwriteryandexturbo

### Embed Badge

![Health badge](/badges/lornkarios-yandex-turbo-pages/health.svg)

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

###  Alternatives

[sokolnikov911/yandex-turbo-pages

PHP7 Yandex Turbo Pages RSS feed generator

4686.9k](/packages/sokolnikov911-yandex-turbo-pages)[suin/php-rss-writer

Yet another simple RSS writer library for PHP 5.4 or later.

2651.4M20](/packages/suin-php-rss-writer)[shuchkin/simplexlsxgen

Export data to Excel XLSx file. PHP XLSX generator.

1.1k2.2M16](/packages/shuchkin-simplexlsxgen)[rumenx/php-feed

Framework-agnostic PHP Feed generator for Laravel, Symfony, and more.

3652.3k](/packages/rumenx-php-feed)

PHPackages © 2026

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