承接 tobiassjosten/thetvdb-bundle 相关项目开发

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

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

tobiassjosten/thetvdb-bundle

Composer 安装命令:

composer require tobiassjosten/thetvdb-bundle

包简介

Symfony2 bundle for the TheTVDB.com API library

关键字:

README 文档

README

This bundle wraps the TheTVDB API client in a Symfony2 service, making it easy to with integrate the excellent TheTVDB.com database in your Symfony application.

TheTVDB.com is an open database with a lot of TV related data and graphics, added by its members. Like a niche Wikipedia with an API! You need to register for an API key before you can use the service.

TobiassjostenTheTVDBBundle was initially developed for use in Smartburk.se.

Build Status

Usage

1. Download the bundle using Composer

Add TobiassjostenTheTVDBBundle in your composer.json:

{
    "require": {
        "tobiassjosten/thetvdb-bundle": "1.0.*"
    }
}

Now tell Composer to download the bundle by running the command:

$ php composer.phar update tobiassjosten/thetvdb-bundle

Composer will install the bundle to your project's vendor/tobiassjosten directory.

2. Enable the bundle

Enable the bundle in the kernel (app/AppKernel.php):

public function registerBundles()
{
    $bundles = array(
        // ...
        new Tobiassjosten\TheTVDBBundle\TobiassjostenTheTVDBBundle(),
    );
}

3. Configure the API client

Add your API key to your application's parameters (app/config/parameters.yml):

parameters:
    # ...
    thetvdb_api_key: ABCDEF123456

4. Fetch the service

Use the dependency injection container to retrieve the service:

$api = $container->get('thetvdb');

See the library for how to use the actual API.

License

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

Resources/meta/LICENSE

统计信息

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

GitHub 信息

  • Stars: 6
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-09-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固