PHPackages                             bangpound/sculpin-oembed-bundle - 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. bangpound/sculpin-oembed-bundle

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

bangpound/sculpin-oembed-bundle
===============================

Sculpin oEmbed bundle

019PHP

Since Jul 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/bangpound/Sculpin-oEmbed-Bundle)[ Packagist](https://packagist.org/packages/bangpound/sculpin-oembed-bundle)[ RSS](/packages/bangpound-sculpin-oembed-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Sculpin oEmbed Bundle
=====================

[](#sculpin-oembed-bundle)

This bundle is not ready to use!

Setup
-----

[](#setup)

Add this bundle in your `sculpin.json` file:

```
{
    "require": {
        "bangpound/sculpin-oembed-bundle": "~1.0@dev"
    }
}
```

and install this bundle running `sculpin update`.

Now you can register the bundle in `SculpinKernel` class available on `app/SculpinKernel.php` file:

```
class SculpinKernel extends \Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel
{
    protected function getAdditionalSculpinBundles()
    {
        return array(
           'Bangpound\Sculpin\Bundle\OEmbedBundle\SculpinOEmbedBundle'
        );
    }
}
```

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

[](#how-to-use)

In a Twig template, use the oembed function with a URL argument.

```
{{ oembed('https://vimeo.com/86129237') }}

```

TODO
----

[](#todo)

- Use a different oEmbed library. [`excelwebzone/oemebd`](https://github.com/excelwebzone/Omlex) does not support oEmbed parameters.
- Support caching.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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/b64376d484202faf7cf4e423ba5b70f202f870644666c9b1e7ae7107dd91f299?d=identicon)[bangpound](/maintainers/bangpound)

---

Top Contributors

[![bangpound](https://avatars.githubusercontent.com/u/6731?v=4)](https://github.com/bangpound "bangpound (10 commits)")

### Embed Badge

![Health badge](/badges/bangpound-sculpin-oembed-bundle/health.svg)

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

###  Alternatives

[laravel-admin-ext/ckeditor

Integrate CKEDITOR into laravel-admin

30186.6k1](/packages/laravel-admin-ext-ckeditor)[aucor/dynamic-mo-loader

Better text domain loading with object cache support for WordPress

4554.1k2](/packages/aucor-dynamic-mo-loader)[witty/laravel-table-view

Laravel 5 Package for easily displaying table views for Eloquent Collections with search and sort functionality built in.

4613.0k](/packages/witty-laravel-table-view)[divante-ltd/module-pimcore-integration

Magento-Pimcore bridge module.

348.4k](/packages/divante-ltd-module-pimcore-integration)

PHPackages © 2026

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