PHPackages                             fungku/markup-validator-php - 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. fungku/markup-validator-php

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

fungku/markup-validator-php
===========================

A markup validator, including RSS and atom feeds.

v0.2.1(10y ago)38892[2 issues](https://github.com/ryanwinchester/markup-validator-php/issues)Apache-2.0PHPPHP &gt;=5.5

Since Jun 25Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ryanwinchester/markup-validator-php)[ Packagist](https://packagist.org/packages/fungku/markup-validator-php)[ RSS](/packages/fungku-markup-validator-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Markup Validator
================

[](#markup-validator)

Someday I'll add other things, but right now it is a feed validator.

Install
-------

[](#install)

```
composer require fungku/markup-validator-php
```

### RSS and atom feed validator

[](#rss-and-atom-feed-validator)

Uses W3.org feed validator to check if there are any errors in the feed.

#### Usage

[](#usage)

```
use Fungku\MarkupValidator\FeedValidator;

$validator = new FeedValidator();

$feed = 'http://www.w3.org/QA/news.rss';

if ($validator->validate($feed)) {
    echo "Feed is valid";
} else {
    echo "Feed is not valid.";
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.3% 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

3

Last Release

3980d ago

### Community

Maintainers

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

---

Top Contributors

[![ryanwinchester](https://avatars.githubusercontent.com/u/2897340?v=4)](https://github.com/ryanwinchester "ryanwinchester (14 commits)")[![finagin](https://avatars.githubusercontent.com/u/11045296?v=4)](https://github.com/finagin "finagin (1 commits)")

---

Tags

atomfeedrssvalidateW3Cmarkup

### Embed Badge

![Health badge](/badges/fungku-markup-validator-php/health.svg)

```
[![Health](https://phpackages.com/badges/fungku-markup-validator-php/health.svg)](https://phpackages.com/packages/fungku-markup-validator-php)
```

###  Alternatives

[suin/php-rss-writer

Yet another simple RSS writer library for PHP 5.4 or later.

2651.4M20](/packages/suin-php-rss-writer)[rumenx/php-feed

Framework-agnostic PHP Feed generator for Laravel, Symfony, and more.

3652.3k](/packages/rumenx-php-feed)[fkr/simplepie-bundle

Integrates SimplePie into Symfony

11137.5k](/packages/fkr-simplepie-bundle)[mitydigital/feedamic

A fully-featured RSS and Atom feed generator for Statamic.

1064.0k](/packages/mitydigital-feedamic)[pdir/social-feed-bundle

Social feed extension for Contao CMS

1414.8k](/packages/pdir-social-feed-bundle)

PHPackages © 2026

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