定制 chellem/transmission-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

chellem/transmission-bundle

Composer 安装命令:

composer require chellem/transmission-bundle

包简介

Symfony TransmissionBundle

README 文档

README

Join the chat at https://gitter.im/labzone/TransmissionBundle

Build Status Scrutinizer Code Quality SensioLabsInsight

Installation

using Composer:

{
    "require": {
        "chellem/transmission-bundle": "dev-master"
    }
}

CONFIGURATION

Register the bundle:

<?php
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Transmission\Bundle\TransmissionBundle\TransmissionBundle(),
    );
    // ...
}

Configuration in your config.yml:

# app/config/config.yml
transmission: ~

By default: host: 127.0.0.1 port: 9091 username: null password: null

Full Configuration:

# app/config/config.yml
transmission:
    host: localhost
    port: 9091
    username: null
    password: null

Usage as service

// ...
$transmission = $this->container->get('transmission');
$torrents = $transmission->all();
$torrent  = $transmission->get(1);
// ...

You can use any other methods available through transmission-php

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-1.0
  • 更新时间: 2014-04-12

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固