PHPackages                             ttree/oembed - 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. ttree/oembed

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

ttree/oembed
============

oEmbed utility package for Flow with support for Neos

4.1.0(4y ago)93.5k4MITPHP

Since Dec 3Pushed 4y ago2 watchersCompare

[ Source](https://github.com/dfeyer/Ttree.Oembed)[ Packagist](https://packagist.org/packages/ttree/oembed)[ RSS](/packages/ttree-oembed/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (18)Used By (0)

oEmbed utility package for Flow with support for Neos
-----------------------------------------------------

[](#oembed-utility-package-for-flow-with-support-for-neos)

This package for Flow adds support for oEmbed.

This package also contain a Neos Node Type definition to integrate oEmbed resources in your Neos project.

created by Dominique Feyer &lt;&gt;

Features
--------

[](#features)

- Consume oEmbed resource
- Fluid oEmbed ViewHelper
- Neos Node Type definition

How to use the plugin ?
-----------------------

[](#how-to-use-the-plugin-)

You need to install the package with composer, nothing else.

How to use the Fluid Viewhelper ?
---------------------------------

[](#how-to-use-the-fluid-viewhelper-)

You can simply send your oEmbed resource URI to the ViewHelper, like this:

```
{namespace o=Ttree\Oembed\ViewHelpers}

```

How to render responsive or fluid oEmbed resource ?
---------------------------------------------------

[](#how-to-render-responsive-or-fluid-oembed-resource-)

Responsive Design is a common need for modern website. If you need responsive layout for your video, you can add the following LESS, or in CSS, to your site:

```
.oembed-video-container {
        position: relative;
        margin: 20px 0;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        > iframe, > object, > embed {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
        }
}
```

This example come from an nice article from Ruairi Phelan, published on [CyberDesignCraft\_](#id1).

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~193 days

Recently: every ~281 days

Total

17

Last Release

1498d ago

Major Versions

1.1.4 → 2.02015-05-10

2.0.1 → 3.0.02017-01-31

2.0.x-dev → 3.0.12017-01-31

3.0.2 → 4.0.02019-10-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/145363?v=4)[ttree](/maintainers/ttree)[@ttree](https://github.com/ttree)

---

Top Contributors

[![dfeyer](https://avatars.githubusercontent.com/u/221173?v=4)](https://github.com/dfeyer "dfeyer (45 commits)")[![kdambekalns](https://avatars.githubusercontent.com/u/95873?v=4)](https://github.com/kdambekalns "kdambekalns (15 commits)")

---

Tags

flowframeworkneoscmsflowNeosoembed

### Embed Badge

![Health badge](/badges/ttree-oembed/health.svg)

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

###  Alternatives

[shel/neos-hyphens

A plugin for Neos CMS which provides hyphens for the inline editor

21210.1k1](/packages/shel-neos-hyphens)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21175.8k](/packages/techdivision-ckstyles)[moc/notfound

Neos CMS package that loads a normal editable page for displaying a 404 error

17169.4k](/packages/moc-notfound)[carbon/includeassets

Include your assets (css, js) in an easy way into Neos

14233.4k12](/packages/carbon-includeassets)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

14101.5k6](/packages/shel-neos-colorpicker)[neos/metadata-extractor

Extracts meta data from files into a neos/metadata data structure

103.5k1](/packages/neos-metadata-extractor)

PHPackages © 2026

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