承接 stegeman/embedly-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

stegeman/embedly-bundle

Composer 安装命令:

composer require stegeman/embedly-bundle

包简介

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

关键字:

README 文档

README

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

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:

<?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.

# 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

统计信息

  • 总下载量: 3.44k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-06-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固