PHPackages                             zoonru/z-microdata-php - 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. zoonru/z-microdata-php

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

zoonru/z-microdata-php
======================

Extracts microdata from HTML using PHP.

4.0.3(1mo ago)05.1kMITPHPPHP ^8.1

Since Jun 13Pushed 1mo agoCompare

[ Source](https://github.com/zoonru/microdata-php)[ Packagist](https://packagist.org/packages/zoonru/z-microdata-php)[ RSS](/packages/zoonru-z-microdata-php/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (8)Versions (14)Used By (0)

MicrodataPHP (forked)
=====================

[](#microdataphp-forked)

```
composer require zoon/microdata-php

```

Microdata is a syntax for embedding machine-readable metadata in HTML.

MicrodataPHP is a PHP library for extracting microdata from HTML documents. It is inspired by MicrodataJS, which is inspired by the native Microdata DOM API.

Example use:

```
require 'vendor/autoload.php';

use Zoon\MicrodataPHP\MicrodataPhp;

$url = 'http://example.com';
$md = new MicrodataPhp($url);
$data = $md->obj();

// Get a property of a top level item.
print $data->items[0]->properties['name'][0];

// Get a property of a nested item.
print $data->items[0]->properties['hiringOrganization'][0]->properties['name'][0];

```

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance89

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 62.9% 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 ~434 days

Recently: every ~558 days

Total

11

Last Release

56d ago

Major Versions

2.0.2 → 3.0.02020-03-25

3.0.3 → 4.0.02022-08-29

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/55360924?v=4)[sergkash7](/maintainers/sergkash7)[@sergkash7](https://github.com/sergkash7)

---

Top Contributors

[![linclark](https://avatars.githubusercontent.com/u/105464?v=4)](https://github.com/linclark "linclark (44 commits)")[![ozon1234](https://avatars.githubusercontent.com/u/1094621?v=4)](https://github.com/ozon1234 "ozon1234 (9 commits)")[![kimpepper](https://avatars.githubusercontent.com/u/6132?v=4)](https://github.com/kimpepper "kimpepper (8 commits)")[![sergkash7](https://avatars.githubusercontent.com/u/55360924?v=4)](https://github.com/sergkash7 "sergkash7 (5 commits)")[![pfefferle](https://avatars.githubusercontent.com/u/2373?v=4)](https://github.com/pfefferle "pfefferle (2 commits)")[![danog](https://avatars.githubusercontent.com/u/7339644?v=4)](https://github.com/danog "danog (1 commits)")[![toneplex](https://avatars.githubusercontent.com/u/595547?v=4)](https://github.com/toneplex "toneplex (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/zoonru-z-microdata-php/health.svg)

```
[![Health](https://phpackages.com/badges/zoonru-z-microdata-php/health.svg)](https://phpackages.com/packages/zoonru-z-microdata-php)
```

###  Alternatives

[driftingly/rector-laravel

Rector upgrades rules for Laravel Framework

1.2k15.4M727](/packages/driftingly-rector-laravel)[veewee/xml

XML without worries

1837.0M39](/packages/veewee-xml)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M736](/packages/sylius-sylius)[infection/infection

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

2.2k28.9M2.4k](/packages/infection-infection)[mailgun/mailgun-php

The Mailgun SDK provides methods for all API functions.

1.1k30.8M181](/packages/mailgun-mailgun-php)[phparkitect/phparkitect

Enforce architectural constraints in your PHP applications

9224.3M28](/packages/phparkitect-phparkitect)

PHPackages © 2026

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