PHPackages                             movim/feedcleaner - 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. movim/feedcleaner

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

movim/feedcleaner
=================

A simple PHP library that clean RSS feeds to Atom 1.0

31141[1 issues](https://github.com/edhelas/feedcleaner/issues)PHP

Since Oct 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/edhelas/feedcleaner)[ Packagist](https://packagist.org/packages/movim/feedcleaner)[ RSS](/packages/movim-feedcleaner/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

feedcleaner
===========

[](#feedcleaner)

A simple PHP library that clean RSS feeds to Atom 1.0

Load FeedCleaner
================

[](#load-feedcleaner)

To load FeedCleaner in your project just include the library to your composer file

```
{
    "require": {
        "movim/feedcleaner": "dev-master"
    }
}

```

Use FeedCleaner
===============

[](#use-feedcleaner)

```
use FeedCleaner\Parser;

$parser = new Parser;   // We instanciate the parser
$parser->setXML($xml);  // We set the XML of the current feed
$parser->parse();       // We parse and clean it
$parser->generate();    // And finally we display it !
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance23

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity17

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/2914d146d9d0af5196d79d64499b2af8e7b4500a33ca1df01ee70c40d2b4f2b0?d=identicon)[edhelas](/maintainers/edhelas)

---

Top Contributors

[![edhelas](https://avatars.githubusercontent.com/u/3726886?v=4)](https://github.com/edhelas "edhelas (33 commits)")

### Embed Badge

![Health badge](/badges/movim-feedcleaner/health.svg)

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

PHPackages © 2026

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