PHPackages                             rugaard/meta-scraper - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rugaard/meta-scraper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rugaard/meta-scraper
====================

Scrape URL's for meta data, like Open Graph, Twitter Cards and more.

21.2kPHP

Since Jan 22Pushed 9y agoCompare

[ Source](https://github.com/rugaard/meta-scraper)[ Packagist](https://packagist.org/packages/rugaard/meta-scraper)[ RSS](/packages/rugaard-meta-scraper/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

 [![Build status](https://camo.githubusercontent.com/8ae950882e73100b1f2f907c4070d20e763ea8e0ce4c04ec1441bb0ccc5a8904/68747470733a2f2f7472617669732d63692e6f72672f727567616172642f6d6574612d736372617065722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/rugaard/meta-scraper) [![Codecov status](https://camo.githubusercontent.com/3a2bd740e33a14b9bc821f9d2ea353d1b3b75d0980a6ed8f53e8a026fce6bd04/68747470733a2f2f636f6465636f762e696f2f67682f727567616172642f6d6574612d736372617065722f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/rugaard/meta-scraper) [![StyleCI status](https://camo.githubusercontent.com/6369afc5a4471f3321bac2414080f77dd26fa6cf217e1365517a5ee27a35b161/68747470733a2f2f7374796c6563692e696f2f7265706f732f37373233353735392f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/77235759) [![Latest Stable version](https://camo.githubusercontent.com/10e3ff2bf6e3257e616f1cff7a32486652fc0c82468f5490268fdcdf9b811103/68747470733a2f2f706f7365722e707567782e6f72672f727567616172642f6d6574612d736372617065722f762f737461626c65)](https://packagist.org/packages/rugaard/meta-scraper) [![License](https://camo.githubusercontent.com/f31665cc48fb9f4142e43772956891a563a5c2b25dca2b0dd809521e8ac8b59f/68747470733a2f2f706f7365722e707567782e6f72672f727567616172642f6d6574612d736372617065722f6c6963656e73652e737667)](https://packagist.org/packages/rugaard/meta-scraper)

📝 Introduction
--------------

[](#-introduction)

Meta scraper is a package, that makes it easy to parse an URL and extract all the delicious meta data, that's usually hidden within the source.

This package also adds support for automatically parsing of [Open Graph](http://ogp.me), [Twitter Cards](https://dev.twitter.com/cards/types) and [Facebook Insights](https://developers.facebook.com/docs/sharing/webmasters#basic). You can also implement your own parser to parse custom namespaces.

⚠️ Requirements
---------------

[](#️-requirements)

- PHP 7.0+
- cURL 7.19.4+ *(with OpenSSL and zlib)* or make sure your `allow_url_fopen` is enabled in your systems `php.ini`

📦 Installation
--------------

[](#-installation)

The recommended way to install this package is through [Composer](https://getcomposer.org/), by using the following command:

```
composer require rugaard/meta-scraper
```

Alternatively, you can add the package by editing your projects existing `composer.json` file:

```
 {
   "require": {
      "rugaard/meta-scraper": "dev-master"
   }
}
```

and then afterwards update [Composer](https://getcomposer.org/)s dependencies by using the following command:

```
composer update
```

⚙️ Usage
--------

[](#️-usage)

TODO: Write instructions

🚓 License
---------

[](#-license)

Meta scraper is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f1007ed23e51422c83de722371145b5bfcb0e57199befa00a441f734af903c77?d=identicon)[rugaard](/maintainers/rugaard)

---

Top Contributors

[![rugaard](https://avatars.githubusercontent.com/u/179868?v=4)](https://github.com/rugaard "rugaard (43 commits)")

---

Tags

facebook-insightsmeta-scraperopen-graphscrapertwitter-cards

### Embed Badge

![Health badge](/badges/rugaard-meta-scraper/health.svg)

```
[![Health](https://phpackages.com/badges/rugaard-meta-scraper/health.svg)](https://phpackages.com/packages/rugaard-meta-scraper)
```

PHPackages © 2026

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