PHPackages                             rss-az/array-to-xml - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rss-az/array-to-xml

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rss-az/array-to-xml
===================

Rss.az

1.3.6(6y ago)0281MITPHPPHP &gt;=7.0.0

Since Oct 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/azdevelopment/rss_generator)[ Packagist](https://packagist.org/packages/rss-az/array-to-xml)[ Docs](https://rss.az)[ RSS](/packages/rss-az-array-to-xml/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (9)Dependencies (1)Versions (9)Used By (1)

install
=======

[](#install)

composer require rss-az/array-to-xml

`"require": { "rss-az/array-to-xml": "dev-master" }`

rss\_generator
==============

[](#rss_generator)

Rss generator for rss.az

usage
-----

[](#usage)

```
 * key : write category of your website
 * value : catergory of Rss.az

  $generate = new RssGenerator([
    'categories'=>[
        "Maliyyə"=>"Biznes və maliyyə",
        "Hadisə"=>"Hadisə",
        "Siyasət"=>"Cəmiyyət və siyasət",
        "Cəmiyyət"=>"Cəmiyyət və siyasət",
        "Xarici siyasət"=>"Cəmiyyət və siyasət",
        "Mədəniyyət siyasəti"=>"Cəmiyyət və siyasət",
        "Daxili siyasət"=>"Cəmiyyət və siyasət",
        "Elm və təhsil"=>"Elm və təhsil",
        "Səhiyyə"=>"Sağlamlıq və Fitness",
        "Şou-biznes"=>"Məşhurlar",
        "Futbol"=>"İdman",
        "İdman"=>"İdman",
        "Mədəniyyət"=>"Mədəniyyət",
    ],
    'query'=>Post::get()->toArray()
]);

// Please write information for rss parent tags. It's required
$generate->title = 'Your rss title';
$generate->link = 'Your rss link';
$generate->description = 'Your rss description';
$generate->language = 'Your rss language';
$generate->image_url = 'Your rss full photo url (etc : https://development.az/images/logo.png)';
$generate->image_link = 'set link for your logo';
$generate->image_title = 'set title for your logo';

// For feed items from your post columns
$generate->title('title');
$generate->link('slug'); // auto insert HTTP_HOST  begin of the slug
$generate->description('description');
$generate->pubDate('created_date');
$generate->enclosure('image'); auto insert HTTP_HOST  begin of the image path
$generate->category('name');

$generate->xmlMake();
echo $generate->write();

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

9

Last Release

2409d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc4cc7f66f86645f2c48550c9b41f2eaff1343f96d54a9a54f4c8380f556e78e?d=identicon)[azdevelopment](/maintainers/azdevelopment)

---

Top Contributors

[![azdevelopment](https://avatars.githubusercontent.com/u/35372638?v=4)](https://github.com/azdevelopment "azdevelopment (30 commits)")

---

Tags

rss makerarray to rssrss.az

### Embed Badge

![Health badge](/badges/rss-az-array-to-xml/health.svg)

```
[![Health](https://phpackages.com/badges/rss-az-array-to-xml/health.svg)](https://phpackages.com/packages/rss-az-array-to-xml)
```

###  Alternatives

[magirc/magirc

MagIRC - Let the magirc begin!

381.1k](/packages/magirc-magirc)[bjornjohansen/wp-pre-commit-hook

Pre-commit hook for WordPress projects

118.8k3](/packages/bjornjohansen-wp-pre-commit-hook)[nicolaswurtz/chordpro-php

Parse, transpose and format (html,json,plaintext) ChordPro format for songs lyrics with chords.

173.6k](/packages/nicolaswurtz-chordpro-php)

PHPackages © 2026

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