2017 © Pedro Peláez
 

symfony-bundle transmission-bundle

Symfony TransmissionBundle

image

chellem/transmission-bundle

Symfony TransmissionBundle

  • Tuesday, May 8, 2018
  • by Chellem
  • Repository
  • 2 Watchers
  • 4 Stars
  • 358 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

TransmissionBundle

Join the chat at https://gitter.im/labzone/TransmissionBundle, (*1)

Build Status Scrutinizer Code Quality SensioLabsInsight, (*2)

Installation

using Composer:, (*3)

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

CONFIGURATION

Register the bundle:, (*4)

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

Configuration in your config.yml:, (*5)

# app/config/config.yml
transmission: ~

By default: host: 127.0.0.1 port: 9091 username: null password: null, (*6)

Full Configuration:, (*7)

# 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, (*8)

The Versions

08/05 2018

dev-master

9999999-dev

Symfony TransmissionBundle

  Sources   Download

GPL-1.0+

The Requires

 

by Dickriven Chellemboyee

transmission php torrent client

05/01 2015

v1.0.0

1.0.0.0

Symfony TransmissionBundle

  Sources   Download

GPL-1.0+

The Requires

 

by Dickriven Chellemboyee

transmission php torrent client

12/04 2014

0.1.0

0.1.0.0

Symfony TransmissionBundle

  Sources   Download

GPL

The Requires

 

by Dickriven Chellemboyee

transmission php torrent client