Fork of yusufkandemir/microdata-parser
Go to file
Yusuf Kandemir b5377c04c5 Changed test names with more reasonable ones
These names helps understand purpose of the tests. Also --testdox-html option of phpunit generates more logical results that way.
2018-11-12 19:23:35 +03:00
.github Added package skeleton 2018-11-10 21:57:03 +03:00
src Added itemref support and test 2018-11-12 19:11:52 +03:00
tests Changed test names with more reasonable ones 2018-11-12 19:23:35 +03:00
.editorconfig Added package skeleton 2018-11-10 21:57:03 +03:00
.gitattributes Added package skeleton 2018-11-10 21:57:03 +03:00
.gitignore Added package skeleton 2018-11-10 21:57:03 +03:00
.scrutinizer.yml Added package skeleton 2018-11-10 21:57:03 +03:00
.styleci.yml Added package skeleton 2018-11-10 21:57:03 +03:00
.travis.yml Added package skeleton 2018-11-10 21:57:03 +03:00
CHANGELOG.md Added package skeleton 2018-11-10 21:57:03 +03:00
LICENSE.md Added package skeleton 2018-11-10 21:57:03 +03:00
README.md Added package skeleton 2018-11-10 21:57:03 +03:00
composer.json Added ext-dom as dependency 2018-11-11 23:04:19 +03:00
phpcs.xml.dist Added package skeleton 2018-11-10 21:57:03 +03:00
phpunit.xml.dist Added package skeleton 2018-11-10 21:57:03 +03:00

README.md

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.