PHPackages                             pixel418/feedify - 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. pixel418/feedify

ActiveLibrary[API Development](/categories/api)

pixel418/feedify
================

Feedify transforms any data to a feed in PHP

v1.0.0(12y ago)232MITPHPPHP &gt;=5.4.0

Since Nov 14Pushed 12y agoCompare

[ Source](https://github.com/Elephant418/Feedify)[ Packagist](https://packagist.org/packages/pixel418/feedify)[ Docs](https://github.com/Pixel418/Feedify)[ RSS](/packages/pixel418-feedify/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Feedify
=======

[](#feedify)

Feedify transforms any data to a feed in PHP.

Currently support RSS &amp; SiteMap feed.

Code example
------------

[](#code-example)

```
$writer = new \Feedify\Writer();

/* Add global description */
$writer->title = 'Title of my blog';
$writer->description = 'Description of my blog';
$writer->siteURL = 'http://example.com/url/to/my/blog';
$writer->feedURL = 'http://example.com/url/to/my/blog/feed';

/* Add items & formatters */
// Add data from your database
$writer->addItems($myData);
// The 'date' attribute could be used directly
$writer->addAttribute('date');
// The 'title' attribute corresponds to my 'name' attribute
$writer->addAttributeMap('title', 'name');
// The 'url' attribute needs a specific formatter
$writer->addAttributeFormatter('url', function($article){
  return 'http://example.com/article/'.$article->id;
});

/* Output */
// As a RSS
$writer->output(\Feedify\Writer::RSS_FORMAT);
// Or as a SiteMap
$writer->output(\Feedify\Writer::SITEMAP_FORMAT);
```

Author &amp; Community
----------------------

[](#author--community)

Feedify is under [MIT License](http://opensource.org/licenses/MIT).

It is created and maintained by [Thomas ZILLIOX](http://tzi.fr).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Unknown

Total

1

Last Release

4566d ago

### Community

Maintainers

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

---

Top Contributors

[![tzi](https://avatars.githubusercontent.com/u/415891?v=4)](https://github.com/tzi "tzi (8 commits)")

---

Tags

lib

### Embed Badge

![Health badge](/badges/pixel418-feedify/health.svg)

```
[![Health](https://phpackages.com/badges/pixel418-feedify/health.svg)](https://phpackages.com/packages/pixel418-feedify)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[appwrite/sdk-generator

Appwrite PHP library for generating API SDKs for multiple programming languages and platforms

309166.5k1](/packages/appwrite-sdk-generator)[smillerdev/phpdraft

This is a parser for API Blueprint files in PHP.

3811.9k](/packages/smillerdev-phpdraft)

PHPackages © 2026

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