PHPackages                             mauris/octurlpus - 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. mauris/octurlpus

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

mauris/octurlpus
================

Octurlpus - making URLs meaningful through OEmbed

1.0.0(12y ago)422BSD-3-ClausePHPPHP &gt;=5.3

Since Nov 10Pushed 12y ago1 watchersCompare

[ Source](https://github.com/mauris/octurlpus)[ Packagist](https://packagist.org/packages/mauris/octurlpus)[ Docs](http://github.com/mauris/octurlpus)[ RSS](/packages/mauris-octurlpus/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

\#Octurlpus

Making URLs meaningful to code

[![Build Status](https://camo.githubusercontent.com/8153cb28e09185228388729690eeee254ecd05fb55f0089cff7bcbbe222849ec/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6d61757269732f6f637475726c7075732e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/mauris/octurlpus)

\##Intro

Octurlpus helps you to convert URLs into meaningful data that you can use to integrate services into your PHP application.

\##Demo

Having a YouTube URL that your user has given your application would mean that you need to parse the URL and fetch the data from YouTube via YouTube's API. However with Octurlpus:

```
$octurlpus = new Octurlpus();
$data = $octurlpus->request('http://www.youtube.com/watch?v=iDpMnzRna6Y&feature=plcp');

```

You will be able to get the data about the YouTube video as:

```
{
  "provider_url":"http:\/\/www.youtube.com\/",
  "thumbnail_url":"http:\/\/i2.ytimg.com\/vi\/iDpMnzRna6Y\/hqdefault.jpg",
  "title":"How-to: Installing Packfire Framework for PHP on Windows via CLI",
  "html":"\u003ciframe width=\"480\" height=\"270\" src=\"http:\/\/www.youtube.com\/embed\/iDpMnzRna6Y?fs=1\u0026feature=oembed\" frameborder=\"0\" allowfullscreen\u003e\u003c\/iframe\u003e",
  "author_name":"Packfire Framework",
  "height":270,
  "thumbnail_width":480,
  "width":480,
  "version":"1.0",
  "author_url":"http:\/\/www.youtube.com\/channel\/UCu0KZBrcqqRLG-2im1gf6qg",
  "provider_name":"YouTube",
  "type":"video",
  "thumbnail_height":360
}

```

With the data, you can easily integrate videos, links, embeds, photos into your application.

\##oEmbed

oEmbed is a open embedding standard that allows consumers to get data about a URL and to integrate these data seamlessly into their applications.

Some of the providers in Octurlpus use oEmbed to retrieve the data from the providers' services by implementing the standard.

Learn more about oEmbed at:

\##License

Octurlpus is released open source under the New BSD License.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

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

Unknown

Total

1

Last Release

4567d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1743cee8bb3242229368d7fca5a7ac952932fd377d0c3d4343eb8dceea6a395e?d=identicon)[mauris](/maintainers/mauris)

---

Top Contributors

[![mauris](https://avatars.githubusercontent.com/u/996939?v=4)](https://github.com/mauris "mauris (53 commits)")

---

Tags

urlparseroembed

### Embed Badge

![Health badge](/badges/mauris-octurlpus/health.svg)

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

###  Alternatives

[nikic/php-parser

A PHP parser written in PHP

17.4k902.6M1.8k](/packages/nikic-php-parser)[doctrine/lexer

PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.

11.2k910.8M118](/packages/doctrine-lexer)[erusev/parsedown

Parser for Markdown.

15.0k151.8M732](/packages/erusev-parsedown)[league/commonmark

Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)

2.9k404.0M702](/packages/league-commonmark)[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)

PHPackages © 2026

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