2017 © Pedro Peláez
 

library markup-validator-php

A markup validator, including RSS and atom feeds.

image

fungku/markup-validator-php

A markup validator, including RSS and atom feeds.

  • Saturday, June 30, 2018
  • by ryanwinchester
  • Repository
  • 1 Watchers
  • 1 Stars
  • 310 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 4 % Grown

The README.md

Markup Validator

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

Install

composer require fungku/markup-validator-php

RSS and atom feed validator

Uses W3.org feed validator to check if there are any errors in the feed., (*2)

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.";
}

The Versions

30/06 2018

dev-master

9999999-dev

A markup validator, including RSS and atom feeds.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5

 

atom feed rss markup validate w3c

26/06 2015

v0.2.1

0.2.1.0

A markup validator, including RSS and atom feeds.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5

 

atom feed rss markup validate w3c

26/06 2015

v0.2

0.2.0.0

A markup validator, including RSS and atom feeds.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5

 

atom feed rss markup validate w3c

26/06 2015

v0.1

0.1.0.0

Validate an RSS or atom feed.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.5

 

atom feed rss validate w3