PHPackages                             masterflash-ru/feed-yaturbo - 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. masterflash-ru/feed-yaturbo

ActiveLibrary

masterflash-ru/feed-yaturbo
===========================

генератор ленты Яндекс турбо страниц

19PHP

Since Jan 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/masterflash-ru/FeedYaTurbo)[ Packagist](https://packagist.org/packages/masterflash-ru/feed-yaturbo)[ RSS](/packages/masterflash-ru-feed-yaturbo/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

FeedYaTurbo
===========

[](#feedyaturbo)

Для яндекс турбо-страницы формирует RSS канал с полями для яндекса. Все работает по образу и подобию штатного Feed от ZF3. Убраны не нужные расширения и устаревший менеджер

Требования к ленте

Установка composer require masterflash-ru/feed-yaturbo

пример использования:

```
use Mf\FeedYaTurbo\Writer\Feed;

        $feed = new Feed;
        $feed->setTitle("автопортал За рулем Кубань");
        $feed->setLanguage('ru');

        $feed->setDescription("Новости");
        $feed->setLink('https://zrkuban.ru');

        $feed->addAnalytics([
            "type"=>"Yandex",
            "id"=>"234234234",
            "params"=>"{2222,2343434}"
        ]);
        $feed->addAnalytics([
            "type"=>"Google",
            "id"=>"456456dfghdfghfdgh",
        ]);

        $feed->addNetwork([
            "type"=>"AdFox",
            "turbo-ad-id"=>"456456dfghdfghfdgh",
            "content"=>"содержимое блока"
        ]);

        $entry = $feed->createEntry();

        $entry->setLink('http://www.example.com/all-your-base-are-belong-to-us');

        $entry->addAuthor([
            'name'  => 'Paddy',
            'email' => 'paddy@example.com',
            'uri'   => 'http://www.example.com',
        ]);

        $entry->setDateCreated(time());

        //раздел, например, новости
        $entry->addCategory([
                    'term'=>"news",
                ]);
        $entry->setSource("https://www.zrkuban.ru/news");
        $entry->setContent(
            'Подробно статья Подробно статья Подробно статья Подробно статья Подробно статья '
        );

        $feed->addEntry($entry);
        echo $feed->export();
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7bc33a135cba93de194077b649f60f0bb234607e9619d5a4cea8addfb3f69b07?d=identicon)[masterflash-ru](/maintainers/masterflash-ru)

---

Top Contributors

[![sxqsxq](https://avatars.githubusercontent.com/u/13969496?v=4)](https://github.com/sxqsxq "sxqsxq (6 commits)")

### Embed Badge

![Health badge](/badges/masterflash-ru-feed-yaturbo/health.svg)

```
[![Health](https://phpackages.com/badges/masterflash-ru-feed-yaturbo/health.svg)](https://phpackages.com/packages/masterflash-ru-feed-yaturbo)
```

PHPackages © 2026

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