2017 © Pedro PelĂĄez
 

library embedly-bundle

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

image

stegeman/embedly-bundle

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

  • Tuesday, June 17, 2014
  • by stegeman
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,434 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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'., (*1)

Installation

Using Composer, add to composer.json:, (*2)

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

Then install it using composer:, (*3)

php composer.phar update stegeman/embedly-bundle

Register the bundle in /app/AppKernel.php:, (*4)

<?php

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Stegeman\EmbedlyBundle\StegemanEmbedlyBundle()
        );
    }
}

Configuration

This bundle had four configuration options: The only required option is the key provided by embedly., (*5)

# in config.yml
stegeman_embedly:
    args:
        key: 9cddb3ccb4c5418387e59411693f5afd   # required
        hostname: api.embed.ly                  # Optional
        api_version:                            # optional
            oembed:     1
            objectify:  2
            preview:    1
            extract:    1
        user_agent:     Mozilla/5.0 (compatible; embedly-php/%s) #optional

The Versions

17/06 2014

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

by René Terstegen

embedly

17/06 2014

1.0.3

1.0.3.0

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

  Sources   Download

MIT

The Requires

 

by René Terstegen

embedly