Fork of yusufkandemir/microdata-parser
8d8503661f
Added modified version of thephpleague/skeleton as skeleton of package. |
||
---|---|---|
.github | ||
src | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.scrutinizer.yml | ||
.styleci.yml | ||
.travis.yml | ||
CHANGELOG.md | ||
composer.json | ||
LICENSE.md | ||
phpcs.xml.dist | ||
phpunit.xml.dist | ||
README.md |
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.