Skip to content

soyrex/PHP-Microdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PHP MICRODATA

This library allows you to easily parse microdata information from a remote HTML document - pretty simple really.

Simple Example

Instantiate the object and then return it to Json or a PHP array...

$md   = new MicrodataParser('http://example.url.here');
$json = $md->getJson(); // Return JSON
$arr  = $md->getArray(); // Return XML

About

PHP Library to read Microdata from HTML pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages