PHPackages                             emanueleminotto/embedly-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. [Templating &amp; Views](/categories/templating)
4. /
5. emanueleminotto/embedly-bundle

ActiveLibrary[Templating &amp; Views](/categories/templating)

emanueleminotto/embedly-bundle
==============================

Symfony 2 Bundle for the embed.ly library

1.1.0(11y ago)21.1k[1 issues](https://github.com/EmanueleMinotto/EmbedlyBundle/issues)MITPHP

Since Feb 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/EmanueleMinotto/EmbedlyBundle)[ Packagist](https://packagist.org/packages/emanueleminotto/embedly-bundle)[ RSS](/packages/emanueleminotto-embedly-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Embedly Bundle
==============

[](#embedly-bundle)

[![Build Status](https://camo.githubusercontent.com/0a3902ec561feb8b1ff57a50aa6c9fea14c8681d6ca949f0081e2d6b9c06bfcc/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f456d616e75656c654d696e6f74746f2f456d6265646c7942756e646c652e7376673f7374796c653d666c6174)](https://travis-ci.org/EmanueleMinotto/EmbedlyBundle)[![SensioLabs Insight](https://camo.githubusercontent.com/a250f0ae5f01cabe2f4cc97e379e3e46ae0df8be7d722d15e1040b6fdb733998/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f61646363623163622d323239352d343163332d623364392d6334643630373364663665662e7376673f7374796c653d666c6174)](https://insight.sensiolabs.com/projects/adccb1cb-2295-41c3-b3d9-c4d6073df6ef)[![Coverage Status](https://camo.githubusercontent.com/568bf72fdeae52d9103a3fe56848ec011b4eb7fd7d260fb7a95d0aa62acfeee7/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f456d616e75656c654d696e6f74746f2f456d6265646c7942756e646c652e7376673f7374796c653d666c6174)](https://coveralls.io/r/EmanueleMinotto/EmbedlyBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/73ec8539e4c289f1465fe431c915d360215f9d8279da43acec65ce2a7641bcc3/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f456d616e75656c654d696e6f74746f2f456d6265646c7942756e646c652e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/EmanueleMinotto/EmbedlyBundle/)[![Total Downloads](https://camo.githubusercontent.com/0a3e4bee383dfe3ba6d1d7715bcc8d62e430c06e971df3749fba5cbf3025c060/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656d616e75656c656d696e6f74746f2f656d6265646c792d62756e646c652e7376673f7374796c653d666c6174)](https://packagist.org/packages/emanueleminotto/embedly-bundle)

Bundle for Symfony 2 providing the [embed.ly](http://embed.ly) library.

API: [emanueleminotto.github.io/EmbedlyBundle](http://emanueleminotto.github.io/EmbedlyBundle/)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require emanueleminotto/embedly-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding the following line in the `app/AppKernel.php`file of your project:

```
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new EmanueleMinotto\EmbedlyBundle\EmbedlyBundle(),
        );
    }
}
```

Usage
-----

[](#usage)

No more requirements, you can start using the `embedly` service and the [Twig extensions](https://github.com/EmanueleMinotto/Embedly#twig-extension).

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
Resources/meta/LICENSE

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~73 days

Total

2

Last Release

4036d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30b6fbd038f22a54716027eb7ce30c6cafd8e59c138ae58b3c2516c34ccfef7f?d=identicon)[EmanueleMinotto](/maintainers/EmanueleMinotto)

---

Top Contributors

[![EmanueleMinotto](https://avatars.githubusercontent.com/u/417201?v=4)](https://github.com/EmanueleMinotto "EmanueleMinotto (9 commits)")

---

Tags

bundletwigSymfony2embedlyembedoembed

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/emanueleminotto-embedly-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/emanueleminotto-embedly-bundle/health.svg)](https://phpackages.com/packages/emanueleminotto-embedly-bundle)
```

###  Alternatives

[twig/extra-bundle

A Symfony bundle for extra Twig extensions

91292.0M314](/packages/twig-extra-bundle)[emanueleminotto/twig-cache-bundle

Symfony 2 Bundle for twigphp/twig-cache-extension

59678.3k4](/packages/emanueleminotto-twig-cache-bundle)[yellowskies/qr-code-bundle

Symfony Barcode &amp; QR Code Generator Bundle with Twig extension

36682.9k](/packages/yellowskies-qr-code-bundle)[jbouzekri/phumbor-bundle

A Symfony Bundle to use the minimal Thumbor PHP client from webfactory/phumbor

25740.0k1](/packages/jbouzekri-phumbor-bundle)[dms/twig-extension-bundle

DMS Twig Extension Bundle, leverages Fabien Potencier's extra twig extensions for your website.

19296.3k](/packages/dms-twig-extension-bundle)[eschmar/time-ago-bundle

Provides a simple twig filter for expressing time difference in words.

1851.4k](/packages/eschmar-time-ago-bundle)

PHPackages © 2026

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