PHPackages                             ankurgoels/micrometa - 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. ankurgoels/micrometa

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

ankurgoels/micrometa
====================

A meta parser for extracting micro information out of web documents, currently supporting Microformats 1+2, HTML Microdata, RDFa Lite 1.1 and JSON-LD

v3.0.15(5y ago)0195MITPHPPHP ^7.1.3

Since Dec 14Pushed 5y agoCompare

[ Source](https://github.com/ankurgoels/micrometa)[ Packagist](https://packagist.org/packages/ankurgoels/micrometa)[ Docs](https://github.com/ankurgoels/micrometa)[ RSS](/packages/ankurgoels-micrometa/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (15)Versions (39)Used By (0)

ankurgoels/micrometa
====================

[](#ankurgoelsmicrometa)

[![Build Status](https://camo.githubusercontent.com/a0e165b462d89672b36c98e4dbbdbb3543ba8ae9b51e78cc30c579f08f6a6064/68747470733a2f2f7472617669732d63692e636f6d2f616e6b7572676f656c732f6d6963726f6d6574612e737667)](https://travis-ci.com/github/ankurgoels/micrometa) [![Coverage Status](https://camo.githubusercontent.com/5dca7ba2f9d6b43342a378cdacd58d59de48cc30cbe7fa57e5dd3a2c7305df53/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6a6b70686c2f6d6963726f6d6574612f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/jkphl/micrometa?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/766e01da85e0c4959d63a9847f8928a447826e5e24d58bdf387f5720edd0344d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a6b70686c2f6d6963726f6d6574612f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ankurgoels/micrometa/build-status/master) [![Code Climate](https://camo.githubusercontent.com/5c83aba7381c6c50abdcd61e871f53aa23f6dba6e3f81b356ca130daa534ba46/68747470733a2f2f6c696d612e636f6465636c696d6174652e636f6d2f6769746875622f6a6b70686c2f6d6963726f6d6574612f6261646765732f6770612e737667)](https://lima.codeclimate.com/github/jkphl/micrometa) [![Documentation Status](https://camo.githubusercontent.com/a3c514d4dc80d1cf5a8b52c099ea3b818bac54619633ce9657a5f89ad2a410cb/687474703a2f2f72656164746865646f63732e6f72672f70726f6a656374732f6a6b70686c2d6d6963726f6d6574612f62616467652f3f76657273696f6e3d6c6174657374)](http://jkphl-micrometa.readthedocs.io/en/latest/?badge=latest) [![Clear architecture](https://camo.githubusercontent.com/46cba3a6536205bb0009f2aabb66c4ae732b162bb6321610f94c6dd6cf6fe74c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436c6561722532304172636869746563747572652d2545322539432539342d627269676874677265656e2e737667)](https://github.com/jkphl/clear-architecture)

> A meta parser for extracting micro information out of web documents, currently supporting Microformats 1+2, HTML Microdata, RDFa Lite 1.1, JSON-LD and Link Types

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

[](#documentation)

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

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

[](#installation)

This library requires PHP &gt;=5.6 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 [ankurgoels/micrometa](https://packagist.org/packages/ankurgoels/micrometa).

```
composer require ankurgoels/micrometa
```

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

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

[](#dependencies)

[![Composer dependency graph](https://camo.githubusercontent.com/ad9ce3ab7715d34256378302f5e00d436ed0b47f6d119eedad0ca4bd5d4b1b92/68747470733a2f2f7261776769742e636f6d2f6a6b70686c2f6d6963726f6d6574612f6d61737465722f646f632f646570656e64656e636965732e737667)](https://camo.githubusercontent.com/ad9ce3ab7715d34256378302f5e00d436ed0b47f6d119eedad0ca4bd5d4b1b92/68747470733a2f2f7261776769742e636f6d2f6a6b70686c2f6d6963726f6d6574612f6d61737465722f646f632f646570656e64656e636965732e737667)

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/micrometa/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)
- [Ankur Goel](https://github.com/ankurgoels)
- [All Contributors](../../contributors)

License
-------

[](#license)

Copyright © 2020 [Ankur Goel](https://github.com/ankurgoels) /  Licensed under the terms of the [MIT license](LICENSE).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 77.2% 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 ~76 days

Recently: every ~4 days

Total

33

Last Release

2078d ago

Major Versions

v0.3.6 → v1.0.02017-01-02

v1.0.2 → v2.0.02017-05-30

v2.1.1 → v3.0.02018-12-25

PHP version history (3 changes)v0.1.0PHP &gt;=5.3.0

v2.0.0PHP &gt;=5.5

v3.0.0PHP ^7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/667192952ca5f7a539ffaa73ddf01b976d364c97de297c80a7ccd55da0b97dbc?d=identicon)[ankurgoels](/maintainers/ankurgoels)

---

Top Contributors

[![jkphl](https://avatars.githubusercontent.com/u/4446936?v=4)](https://github.com/jkphl "jkphl (183 commits)")[![rvanlaak](https://avatars.githubusercontent.com/u/2707563?v=4)](https://github.com/rvanlaak "rvanlaak (22 commits)")[![ankurg0el](https://avatars.githubusercontent.com/u/11941110?v=4)](https://github.com/ankurg0el "ankurg0el (21 commits)")[![Sarke](https://avatars.githubusercontent.com/u/2719310?v=4)](https://github.com/Sarke "Sarke (3 commits)")[![rbairwell](https://avatars.githubusercontent.com/u/775269?v=4)](https://github.com/rbairwell "rbairwell (2 commits)")[![b4rtaz](https://avatars.githubusercontent.com/u/12797776?v=4)](https://github.com/b4rtaz "b4rtaz (2 commits)")[![ankurgoels](https://avatars.githubusercontent.com/u/2973476?v=4)](https://github.com/ankurgoels "ankurgoels (2 commits)")[![lyrixx](https://avatars.githubusercontent.com/u/408368?v=4)](https://github.com/lyrixx "lyrixx (1 commits)")[![pierremarichez](https://avatars.githubusercontent.com/u/185425135?v=4)](https://github.com/pierremarichez "pierremarichez (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ankurgoels-micrometa/health.svg)

```
[![Health](https://phpackages.com/badges/ankurgoels-micrometa/health.svg)](https://phpackages.com/packages/ankurgoels-micrometa)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[jkphl/micrometa

A meta parser for extracting micro information out of web documents, currently supporting Microformats 1+2, HTML Microdata, RDFa Lite 1.1 and JSON-LD

114163.8k1](/packages/jkphl-micrometa)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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