Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Transmission Bundle Laravel Package

chellem/transmission-bundle

View on GitHub
Deep Wiki
Context7

TransmissionBundle

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

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle