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 6d 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)
```

###  Alternatives

[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k234.7M20.6k](/packages/friendsofphp-php-cs-fixer)[zaporylie/composer-drupal-optimizations

Composer plugin to improve composer performance for Drupal projects

14010.0M94](/packages/zaporylie-composer-drupal-optimizations)[whitecube/laravel-cookie-consent

Register, configure and ask for cookies consent in a EU-compliant way.

489563.9k1](/packages/whitecube-laravel-cookie-consent)[muhamadrezaar/highcharts

Laravel Highcarts Packages

3146.7k](/packages/muhamadrezaar-highcharts)[jarednova/mesh

package to programitcaily create content for WordPress

186.5k5](/packages/jarednova-mesh)

PHPackages © 2026

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