Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

29 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages