PHPackages                             stegeman/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. [API Development](/categories/api)
4. /
5. stegeman/embedly-bundle

ActiveLibrary[API Development](/categories/api)

stegeman/embedly-bundle
=======================

Bridge bundle for the embedly api. Defines a service and configuration for the official embedly library

1.0.3(11y ago)03.4kMITPHPPHP &gt;=5.3.0

Since Jun 17Pushed 11y ago1 watchersCompare

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

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

EmbedlyBundle
=============

[](#embedlybundle)

This bundle creates just makes use of the official embedly api provided by embed.ly. It provides you with one service called 'stegeman\_embedly.api'.

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

[](#installation)

Using Composer, add to composer.json:

```
{
    "require": {
        "stegeman/embedly-bundle": "dev-master"
    }
}

```

Then install it using composer:

```
php composer.phar update stegeman/embedly-bundle

```

Register the bundle in /app/AppKernel.php:

```
