Yusuf Kandemir 65f35e747b Removed comments that only shows steps
This steps was only helpful while implementing the algorithm. And could be useful while comparing with the W3C specification, but they take up too much space.
2018-11-11 21:00:12 +03:00
2018-11-10 21:57:03 +03:00
2018-11-11 14:35:59 +03:00
2018-11-10 21:57:03 +03:00
2018-11-10 21:57:03 +03:00
2018-11-10 21:57:03 +03:00
2018-11-10 21:57:03 +03:00
2018-11-10 21:57:03 +03:00
2018-11-10 21:57:03 +03:00
2018-11-10 21:57:03 +03:00
2018-11-10 21:57:03 +03:00
2018-11-10 21:57:03 +03:00
2018-11-10 21:57:03 +03:00
2018-11-10 21:57:03 +03:00
2018-11-10 21:57:03 +03:00

microdata-parser

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

This package aims to implement W3C Microdata Specification.

microdata-parser extracts microdata from documents.

Installation

Via Composer

$ composer require yusufkandemir/microdata-parser

Usage

$parser = new YusufKandemir\MicrodataParser();
$microdata = $parser->extractMicrodata();

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

Description
Fork of yusufkandemir/microdata-parser
Readme 68 KiB
Languages
PHP 82.1%
HTML 17.9%