https://github.com/j3-tech/transmissionbundle
Symfony Bundle for Transmission API client
https://github.com/j3-tech/transmissionbundle
php symfony-bundle torrent-client transmission-torrent-client
Last synced: 3 months ago
JSON representation
Symfony Bundle for Transmission API client
- Host: GitHub
- URL: https://github.com/j3-tech/transmissionbundle
- Owner: J3-Tech
- License: gpl-2.0
- Created: 2014-04-11T21:14:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T07:40:27.000Z (over 7 years ago)
- Last Synced: 2024-06-12T08:26:17.914Z (over 1 year ago)
- Topics: php, symfony-bundle, torrent-client, transmission-torrent-client
- Language: PHP
- Homepage: http://labz.one/TransmissionBundle/
- Size: 70.3 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TransmissionBundle
[](https://gitter.im/labzone/TransmissionBundle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://travis-ci.org/chellem/TransmissionBundle) [](https://scrutinizer-ci.com/g/chellem/TransmissionBundle/) [](https://insight.sensiolabs.com/projects/77fcc833-47bc-45c3-aaaf-1662a74f309d)
## Installation
using [Composer](https://getcomposer.org):
```json
{
"require": {
"chellem/transmission-bundle": "dev-master"
}
}
```## CONFIGURATION
Register the bundle:```php
container->get('transmission');
$torrents = $transmission->all();
$torrent = $transmission->get(1);
// ...
```You can use any other methods available through [transmission-php](https://github.com/kleiram/transmission-php)