PHPackages                             jav-labs/rss-feed-validator - 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. jav-labs/rss-feed-validator

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

jav-labs/rss-feed-validator
===========================

RSS Feed Validator

1.0.1(2mo ago)02MITPHPPHP ^8.3

Since Apr 25Pushed 2mo agoCompare

[ Source](https://github.com/jav-labs/rss-feed-validator)[ Packagist](https://packagist.org/packages/jav-labs/rss-feed-validator)[ RSS](/packages/jav-labs-rss-feed-validator/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

PHP RSS Feed Validator
======================

[](#php-rss-feed-validator)

A robust PHP library for validating RSS 2.0 feeds against the RSS specification.

Features
--------

[](#features)

- Validates RSS 2.0 feed structure and required elements
- Checks for proper XML formatting
- Validates required channel elements (title, link, description)
- Validates item elements and their required fields
- Provides detailed error messages for validation failures
- Lightweight and straightforward to integrate

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

[](#requirements)

- PHP 8.3 or higher
- ext-libxml

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

[](#installation)

```
composer require jav-labs/rss-feed-validator
```

Usage
-----

[](#usage)

Simple usage example:

```
use JavLabs\RssFeedValidator\RssFeedValidator;

$validation = RssFeedValidator::validate($rssFeedUrl);
if ($validation->isValid) {
    // Feed is valid
    echo "Feed is valid!";
} else {
    // Feed is invalid
    echo "Feed is invalid!";
    var_dump($validation->errors);
}
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance84

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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 ~7 days

Total

2

Last Release

83d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/46721540?v=4)[José Correia](/maintainers/Javcorreia)[@javcorreia](https://github.com/javcorreia)

---

Top Contributors

[![javcorreia](https://avatars.githubusercontent.com/u/46721540?v=4)](https://github.com/javcorreia "javcorreia (9 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/jav-labs-rss-feed-validator/health.svg)

```
[![Health](https://phpackages.com/badges/jav-labs-rss-feed-validator/health.svg)](https://phpackages.com/packages/jav-labs-rss-feed-validator)
```

###  Alternatives

[phpcfdi/cfdi-cleaner

Clean up Mexican CFDI

1344.4k1](/packages/phpcfdi-cfdi-cleaner)

PHPackages © 2026

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