PHPackages                             aka-dmc/php-url-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. aka-dmc/php-url-scraper

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

aka-dmc/php-url-scraper
=======================

Simple PHP URL Scraper

1.6(6y ago)09PHPPHP ^7.2

Since Apr 22Pushed 6y agoCompare

[ Source](https://github.com/akadmc/php-url-scraper)[ Packagist](https://packagist.org/packages/aka-dmc/php-url-scraper)[ RSS](/packages/aka-dmc-php-url-scraper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)DependenciesVersions (6)Used By (0)

url-scraper
===========

[](#url-scraper)

Plain and simple, could use some more fine-tuning, better error handling, proper class structure etc.. But this was just a quick code for another project and wanted to share this.

Just a simple PHP URL scraper that will fetch:

- Title
- Description
- Image
- Meta Tags
- OG Tags

Usage
-----

[](#usage)

```
// include the class
require_once __DIR__ . '/URLScraper.php';

// get the results
$result = URLScraper::get("https://bertmaurau.be/");

echo json_encode($result, JSON_PRETTY_PRINT);
```

Will result in

```
{
	"url": "https:\/\/bertmaurau.be\/",
	"domain": "bertmaurau.be",
	"title": "Bert Maurau",
	"description": "Hello World!",
	"image": "https:\/\/bertmaurau.be\/assets\/img\/profile.jpg",
	"tags_meta": {
		"viewport": "width=device-width, initial-scale=1.0",
		"description": "Bert Maurau, a 25 year old, Belgium-based Back-End Web- & Mobile Developer!",
		"author": "Bert Maurau",
		"keywords": "web,design,html,css,html5,development,bert,maurau,bert maurau,portfolio,profile,website,personal,angularjs,php,mysql,ionic,javascript"
	},
	"tags_og": {
		"title": "Bert Maurau",
		"image": "https:\/\/bertmaurau.be\/assets\/img\/profile.jpg",
		"description": "Hello World!"
	}
}

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~0 days

Total

5

Last Release

2214d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f8fa595910ed68880b72760130747c75709f7a929da35148d81d75feee0860f9?d=identicon)[david@capalbo.us](/maintainers/david@capalbo.us)

---

Top Contributors

[![akadc](https://avatars.githubusercontent.com/u/13057479?v=4)](https://github.com/akadc "akadc (6 commits)")[![BertMaurau](https://avatars.githubusercontent.com/u/13157514?v=4)](https://github.com/BertMaurau "BertMaurau (4 commits)")

### Embed Badge

![Health badge](/badges/aka-dmc-php-url-scraper/health.svg)

```
[![Health](https://phpackages.com/badges/aka-dmc-php-url-scraper/health.svg)](https://phpackages.com/packages/aka-dmc-php-url-scraper)
```

###  Alternatives

[albertoarena/laravel-event-sourcing-generator

Laravel event sourcing domain generator

148.2k](/packages/albertoarena-laravel-event-sourcing-generator)[hedger/laravel-envicon

Use a different favicon depending on your current runtime environment

193.2k](/packages/hedger-laravel-envicon)

PHPackages © 2026

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