PHPackages                             overblog/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. overblog/embedly-bundle

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

overblog/embedly-bundle
=======================

OverBlog Embedly Bundle

v1.2(13y ago)216.7kPHPPHP &gt;=5.3.0

Since Nov 21Pushed 3y ago23 watchersCompare

[ Source](https://github.com/overblog/EmbedlyBundle)[ Packagist](https://packagist.org/packages/overblog/embedly-bundle)[ Docs](https://github.com/ebuzzing/OverblogEmbedlyBundle.git)[ RSS](/packages/overblog-embedly-bundle/feed)WikiDiscussions master Synced 1w ago

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

Introduction
------------

[](#introduction)

OverblogEmbedlyBundle is a simple Symfony bundle that provides access to the embed.ly php library ()

See  for more information

Installation
------------

[](#installation)

1. Add this bundle and the embedly-php library to your `vendor/` dir:

    - Using the vendors script.

        Add the following lines in your `deps` file::

        ```
        [OverblogEmbedlyBundle]
            git=git://github.com/ebuzzing/OverblogEmbedlyBundle.git
            target=/bundles/Overblog/EmbedlyBundle

        [embedly-php]
            git=git://github.com/embedly/embedly-php.git
            target=/embedly-php

        ```

        Run the vendors script:

        ```
        ./bin/vendors install

        ```
    - Using git submodules.

        ```
        $ git submodule add git=git://github.com/ebuzzing/OverblogEmbedlyBundle.git vendor/bundles/Overblog/EmbedlyBundle
        $ git submodule add git://github.com/embedly/embedly-php.git vendor/embedly-php

        ```
2. Add the Overblog namespace to your autoloader:

```
          // app/autoload.php
          $loader->registerNamespaces(array(
                'Overblog' => __DIR__.'/../vendor/bundles',
                'Embedly'   => __DIR__.'/../vendor/embedly-php/src'
                // your other namespaces
          ));
```

3. Add this bundle to your application's kernel:

```
          // app/ApplicationKernel.php
          public function registerBundles()
          {
              return array(
                  // ...
                  new Overblog\EmbedlyBundle\OverblogEmbedlyBundle(),
                  // ...
              );
          }
```

4. Configure the `overblog_embedly` service in your config:

```
    overblog_embedly:
        config:
            key: your_api_key
```

Example
-------

[](#example)

In a controller, do the following:

```
        $embedly = $this->get('overblog_embedly');
        $oembedResponse = $embedly->get('http://about.over-blog.com/article-participez-a-la-conception-de-la-prochaine-version-d-overblog-91418456.html');
        /*
            object(stdClass)[1251]
  public 'provider_url' => string 'http://about.over-blog.com/' (length=27)
  public 'description' => string 'Mardi 6 décembre 2011 2 06 /12 /Déc /2011 12:44 Dans les mois à venir, nous allons développer une version complètement nouvelle d'OverBlog. La nouvelle version remplacera l'actuelle plateforme, elle sera plus fonctionnelle, plus simple et vos blogs actuels en bénéficieront automatiquement !' (length=298)
  public 'title' => string 'Participez à la conception de la prochaine version d'OverBlog !' (length=64)
  public 'url' => string 'http://about.over-blog.com/article-participez-a-la-conception-de-la-prochaine-version-d-overblog-91418456.html' (length=110)
  public 'thumbnail_width' => int 439
  public 'thumbnail_url' => string 'http://idata.over-blog.com/0/00/63/43/perenoel.jpg' (length=50)
  public 'version' => string '1.0' (length=3)
  public 'provider_name' => string 'Over-blog' (length=9)
  public 'type' => string 'link' (length=4)
  public 'thumbnail_height' => int 269
        */
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

4925d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7067603?v=4)[Webedia - Overblog](/maintainers/Overblog)[@overblog](https://github.com/overblog)

### Embed Badge

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

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

###  Alternatives

[cedaro/wp-plugin

A base WordPress plugin library.

4147.6k4](/packages/cedaro-wp-plugin)[mostafaznv/php-x-sendfile

Serve large files using web server with support for laravel

5311.3k](/packages/mostafaznv-php-x-sendfile)[haringsrob/icecat

Icecat data fetching class

1746.0k](/packages/haringsrob-icecat)[blacksmoke26/yii2cdn

A Yii Framework 2 component for using assets in different environments (Local/CDNs)

1412.0k](/packages/blacksmoke26-yii2cdn)[spatie/laravel-mailcoach-monaco

A Monaco editor package for Mailcoach

1015.2k1](/packages/spatie-laravel-mailcoach-monaco)[a2design-inc/laravel-form-builder

Form Builder for the Laravel Framework

102.4k](/packages/a2design-inc-laravel-form-builder)

PHPackages © 2026

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