Yusuf Kandemir
9de66c3b40
Added no break comments
This is for both PSR-2 and avoiding pitfalls(that is why it is in PSR-2).
microdata-parser
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
Languages
PHP
82.1%
HTML
17.9%