PHPackages                             nonz250/php-simple-ogp - 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. nonz250/php-simple-ogp

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

nonz250/php-simple-ogp
======================

This is a simple library for reading OGP.

1.1.0(4y ago)05.7kMITPHPPHP ^7.4|^8.0

Since Sep 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nonz250/php-simple-ogp)[ Packagist](https://packagist.org/packages/nonz250/php-simple-ogp)[ RSS](/packages/nonz250-php-simple-ogp/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

php-simple-ogp
==============

[](#php-simple-ogp)

simple ogp maker

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

[](#contributing)

Feel free to submit a Pull Request. However, please run the `make prod` command and check the test content before submitting your Pull Request.

Development
-----------

[](#development)

We recommend using Docker for this project.

Make Commands
-------------

[](#make-commands)

### Initial Setup

[](#initial-setup)

```
make setup
```

### Development Test

[](#development-test)

Testing under development.

```
make test
```

### Code Fixer

[](#code-fixer)

```
make fix
```

### Production Test

[](#production-test)

Test before you Pull Request.

```
make prod
```

How to use
----------

[](#how-to-use)

For Example.

```
$ogp = new \SimpleOgp\SimpleOgp('https://labo.nozomi.bike');
// Get web site content and set ogp values.
$ogp->getHtml();
// Get ogp title.
$title = $ogp->title();
// Get ogp description.
$description = $ogp->description();
// Get ogp image path.
$imagePath = $ogp->imagePath();
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Every ~45 days

Total

4

Last Release

1573d ago

### Community

Maintainers

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

---

Top Contributors

[![nonz250](https://avatars.githubusercontent.com/u/28826001?v=4)](https://github.com/nonz250 "nonz250 (15 commits)")

---

Tags

ogpphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nonz250-php-simple-ogp/health.svg)

```
[![Health](https://phpackages.com/badges/nonz250-php-simple-ogp/health.svg)](https://phpackages.com/packages/nonz250-php-simple-ogp)
```

###  Alternatives

[proget-hq/apple-activation-lock

Library for generating Apple Activation Lock Bypass key and hash

6515.8k](/packages/proget-hq-apple-activation-lock)[statamic/migrator

4426.2k](/packages/statamic-migrator)[saadj55/filament-copyable

Filament fields and columns with copyable values

365.6k](/packages/saadj55-filament-copyable)

PHPackages © 2026

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