PHPackages                             sgvsv/php-yandex-zen-rss-feed - 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. [API Development](/categories/api)
4. /
5. sgvsv/php-yandex-zen-rss-feed

ActiveLibrary[API Development](/categories/api)

sgvsv/php-yandex-zen-rss-feed
=============================

Generates RSS feed in Yandex Zen supported format

v1.3(3y ago)234.2k↓30.6%5MITPHPPHP &gt;=7.1

Since Feb 7Pushed 3y ago2 watchersCompare

[ Source](https://github.com/sgvsv/php-yandex-zen-rss-feed)[ Packagist](https://packagist.org/packages/sgvsv/php-yandex-zen-rss-feed)[ Docs](https://github.com/sgvsv/php-yandex-zen-rss-feed)[ RSS](/packages/sgvsv-php-yandex-zen-rss-feed/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

YandexZenFeed
=============

[](#yandexzenfeed)

Simple PHP class for making RSS feed in Yandex zen format

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

[](#requirements)

For providing modern PHP features such as setting types in method's signatures **PHP7.1 or higher** is required. Also you need to have some extensions:

- ext-fileinfo
- ext-libxml
- ext-simplexml

If you want to run tests you will need **phpunit** higher than 7.5

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

[](#installation)

Best way to use this library is install it via composer:

```
composer require sgvsv/php-yandex-zen-rss-feed
```

Usage example
-------------

[](#usage-example)

After installing you can create feed:

```
require_once __DIR__.'/vendor/autoload.php';

//New feed with global parameters in constructor
$feed = new \sgvsv\Yandex\Zen\Feed('My feeds title', 'Description text here', 'https://mysite.com', 'https:/mysite.com/rss.xml');

//News 1 item
$item = $feed->newItem();
$item->title = "News 1";
$item->link = "https://mysite.com/news/1";
$item->pubDate = "Fri, 12 Aug 2013 15:52:01 +0000";
$item->author = 'editor@mysite.com (my site)';
$item->category = 'software';
$item->description = "Description's text";
$item->content = "Content of my news";
$item->addImage("https://mysite.com/images/news1.jpg", "Image's description", "1234");

//Set HTTP header
$feed->setHTTPHeader();
//Output Feed
echo $feed->getXML();
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.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

Every ~423 days

Total

4

Last Release

1386d ago

PHP version history (3 changes)1.0PHP &gt;=5.4

v1.1PHP &gt;=7.0

v1.2PHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26738592?v=4)[Vasiliy](/maintainers/sgvsv)[@sgvsv](https://github.com/sgvsv)

---

Top Contributors

[![sgvsv](https://avatars.githubusercontent.com/u/26738592?v=4)](https://github.com/sgvsv "sgvsv (22 commits)")[![fortuneteller](https://avatars.githubusercontent.com/u/1685654?v=4)](https://github.com/fortuneteller "fortuneteller (2 commits)")

---

Tags

php-libraryrss-generatoryandexzenrssgeneratoryandexzen

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sgvsv-php-yandex-zen-rss-feed/health.svg)

```
[![Health](https://phpackages.com/badges/sgvsv-php-yandex-zen-rss-feed/health.svg)](https://phpackages.com/packages/sgvsv-php-yandex-zen-rss-feed)
```

###  Alternatives

[apigen/apigen

PHP source code API generator.

2.2k627.9k225](/packages/apigen-apigen)[laminas/laminas-feed

provides functionality for creating and consuming RSS and Atom feeds

16649.2M47](/packages/laminas-laminas-feed)[sokolnikov911/yandex-turbo-pages

PHP7 Yandex Turbo Pages RSS feed generator

4686.9k](/packages/sokolnikov911-yandex-turbo-pages)[mibe/feedwriter

Generate feeds in either RSS 1.0, RSS 2.0 or ATOM formats

1951.1M5](/packages/mibe-feedwriter)[debril/rss-atom-bundle

RSS / Atom and JSONFeed support for Symfony

1381.3M2](/packages/debril-rss-atom-bundle)[infyomlabs/swagger-generator

Swagger Generator for InfyOm Laravel Generator

1151.1M5](/packages/infyomlabs-swagger-generator)

PHPackages © 2026

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