jkphl / rdfa-lite-microdata
RDFa Lite 1.1 and HTML Microdata parser for web documents (HTML, SVG, XML)
Installs: 148 431
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 3
Open Issues: 2
Requires
- php: >=5.5
- jkphl/dom-factory: ^1
Requires (Dev)
- clue/graph-composer: dev-master
- codeclimate/php-test-reporter: ^0.4.4
- phpunit/phpunit: ^4.8
- satooshi/php-coveralls: ^1.0
- squizlabs/php_codesniffer: ^2.8
README
RDFa Lite 1.1 and HTML Microdata parser for web documents (HTML, SVG, XML)
Documentation
Please find the project documentation in the doc
directory. We recommend reading it via Read the Docs.
Installation
This library requires PHP >=5.5 or later. I recommend using the latest available version of PHP as a matter of principle. It has no userland dependencies. It's installable and autoloadable via Composer as jkphl/rdfa-lite-microdata.
composer require jkphl/rdfa-lite-microdata
Alternatively, download a release or clone this repository, then require or include its autoload.php
file.
Dependencies
Quality
To run the unit tests at the command line, issue composer install
and then phpunit
at the package root. This requires Composer to be available as composer
, and PHPUnit to be available as phpunit
.
This library attempts to comply with PSR-1, PSR-2, and PSR-4. If you notice compliance oversights, please send a patch via pull request.
Contributing
Found a bug or have a feature request? Please have a look at the known issues first and open a new issue if necessary. Please see contributing and conduct for details.
Security
If you discover any security related issues, please email joschi@tollwerk.de instead of using the issue tracker.
Credits
License
Copyright © 2017 Joschi Kuphal / joschi@tollwerk.de. Licensed under the terms of the MIT license.