PHPackages                             jkphl/rdfa-lite-microdata - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. jkphl/rdfa-lite-microdata

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

jkphl/rdfa-lite-microdata
=========================

RDFa Lite 1.1 and HTML Microdata parser for web documents (HTML, SVG, XML)

v0.4.7(3y ago)0165.2k↓20.8%2[2 issues](https://github.com/jkphl/rdfa-lite-microdata/issues)5MITPHPPHP &gt;=5.5CI failing

Since Feb 20Pushed 3y ago2 watchersCompare

[ Source](https://github.com/jkphl/rdfa-lite-microdata)[ Packagist](https://packagist.org/packages/jkphl/rdfa-lite-microdata)[ Docs](https://github.com/jkphl/rdfa-lite-microdata)[ RSS](/packages/jkphl-rdfa-lite-microdata/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (14)Used By (5)

jkphl/rdfa-lite-microdata
=========================

[](#jkphlrdfa-lite-microdata)

[![Build Status](https://camo.githubusercontent.com/378a84ac1356e5c52adee7cdaacb32da15ead5bfb138a90e6dd562d36621e7dd/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6a6b70686c2f726466612d6c6974652d6d6963726f646174612e737667)](https://travis-ci.org/jkphl/rdfa-lite-microdata) [![Coverage Status](https://camo.githubusercontent.com/57dcb32eca3d49cecee301708b316a438cce2159d78cf8ee300513eb273bbcea/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6a6b70686c2f726466612d6c6974652d6d6963726f646174612f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/jkphl/rdfa-lite-microdata?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/d493a0b7aea80b85b438ffef33eb873a278d7dd2a8087454836f3869d2aaa015/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a6b70686c2f726466612d6c6974652d6d6963726f646174612f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/jkphl/rdfa-lite-microdata/?branch=master) [![Code climate](https://camo.githubusercontent.com/f9c3b4c42ac250e1ce26be6dfd96ca85e0692bb07fb198b44b1b9350f4c69de0/68747470733a2f2f6c696d612e636f6465636c696d6174652e636f6d2f6769746875622f6a6b70686c2f726466612d6c6974652d6d6963726f646174612f6261646765732f6770612e737667)](https://lima.codeclimate.com/github/jkphl/rdfa-lite-microdata) [![Documentation Status](https://camo.githubusercontent.com/c913865c505e509661cfec529c74d282cffb7519623365b4803a55a9dc21ad21/68747470733a2f2f72656164746865646f63732e6f72672f70726f6a656374732f6a6b70686c726466612d6c6974652d6d6963726f646174612f62616467652f3f76657273696f6e3d6c6174657374)](http://jkphlrdfa-lite-microdata.readthedocs.io/) [![Clear architecture](https://camo.githubusercontent.com/46cba3a6536205bb0009f2aabb66c4ae732b162bb6321610f94c6dd6cf6fe74c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436c6561722532304172636869746563747572652d2545322539432539342d627269676874677265656e2e737667)](https://github.com/jkphl/clear-architecture)

> RDFa Lite 1.1 and HTML Microdata parser for web documents (HTML, SVG, XML)

Documentation
-------------

[](#documentation)

Please find the [project documentation](doc/index.md) in the `doc` directory. We recommend [reading it](http://jkphlrdfa-lite-microdata.readthedocs.io/) via *Read the Docs*.

Installation
------------

[](#installation)

This library requires PHP &gt;=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](https://getcomposer.org/) as [jkphl/rdfa-lite-microdata](https://packagist.org/packages/jkphl/rdfa-lite-microdata).

```
composer require jkphl/rdfa-lite-microdata
```

Alternatively, [download a release](https://github.com/jkphl/rdfa-lite-microdata/releases) or clone this repository, then require or include its [`autoload.php`](autoload.php) file.

Dependencies
------------

[](#dependencies)

[![Composer dependency graph](https://camo.githubusercontent.com/195f3d54ae2a453a686ac706a8aa7c8d970a6833f1a1b0d07f5f502a3cbd8c8e/68747470733a2f2f7261776769742e636f6d2f6a6b70686c2f726466612d6c6974652d6d6963726f646174612f6d61737465722f646f632f646570656e64656e636965732e737667)](https://camo.githubusercontent.com/195f3d54ae2a453a686ac706a8aa7c8d970a6833f1a1b0d07f5f502a3cbd8c8e/68747470733a2f2f7261776769742e636f6d2f6a6b70686c2f726466612d6c6974652d6d6963726f646174612f6d61737465722f646f632f646570656e64656e636965732e737667)

Quality
-------

[](#quality)

To run the unit tests at the command line, issue `composer install` and then `phpunit` at the package root. This requires [Composer](http://getcomposer.org/) to be available as `composer`, and [PHPUnit](http://phpunit.de/manual/) to be available as `phpunit`.

This library attempts to comply with [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md), [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md), and [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md). If you notice compliance oversights, please send a patch via pull request.

Contributing
------------

[](#contributing)

Found a bug or have a feature request? [Please have a look at the known issues](https://github.com/jkphl/rdfa-lite-microdata/issues) first and open a new issue if necessary. Please see [contributing](CONTRIBUTING.md) and [conduct](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Joschi Kuphal](https://jkphl.is)
- [All Contributors](../../contributors)

License
-------

[](#license)

Copyright © 2017 [Joschi Kuphal](https://jkphl.is) / . Licensed under the terms of the [MIT license](LICENSE).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~180 days

Recently: every ~513 days

Total

13

Last Release

1207d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9654aeebce6e58572ec7ee6e8b30a2f8f41a54a3c7a9580d1df090996f5cfdbb?d=identicon)[jkphl](/maintainers/jkphl)

---

Top Contributors

[![jkphl](https://avatars.githubusercontent.com/u/4446936?v=4)](https://github.com/jkphl "jkphl (91 commits)")[![blankse](https://avatars.githubusercontent.com/u/998558?v=4)](https://github.com/blankse "blankse (3 commits)")[![rvanlaak](https://avatars.githubusercontent.com/u/2707563?v=4)](https://github.com/rvanlaak "rvanlaak (2 commits)")

---

Tags

extractextractionextractorlinked-datamicrodataparserrdfardfa-liteschema-orgsemantic-webstructured-datavocabulary

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jkphl-rdfa-lite-microdata/health.svg)

```
[![Health](https://phpackages.com/badges/jkphl-rdfa-lite-microdata/health.svg)](https://phpackages.com/packages/jkphl-rdfa-lite-microdata)
```

###  Alternatives

[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)[jms/metadata

Class/method/property metadata management in PHP

1.8k152.8M88](/packages/jms-metadata)[jms/serializer-bundle

Allows you to easily serialize, and deserialize data of any complexity

1.8k89.3M627](/packages/jms-serializer-bundle)[hassankhan/config

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

97513.5M170](/packages/hassankhan-config)[meyfa/php-svg

Read, edit, write, and render SVG files with PHP

54613.9M42](/packages/meyfa-php-svg)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
