darkalchemy/torrent-rw

torrent reader/writer

Maintainers

Package info

github.com/darkalchemy/Torrent-RW

Type:project

pkg:composer/darkalchemy/torrent-rw

Statistics

Installs: 60

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 0

0.1.4 2022-05-09 12:33 UTC

This package is auto-updated.

Last update: 2026-03-09 20:52:54 UTC


README

Torrent RW

PHP version 7.2+

  1. Features:
  • Decode a torrent file or data from a local file or from a distant url
  • Build a torrent from source folder/file(s) or distant url
  • Super easy usage & syntax
  • Silent Exception error system
  • Scrape http, https and udp trackers
  1. Usage example see bin/demo.php

To install with composer

composer require darkalchemy/torrent-rw

then autoload it

require __DIR__ . '/vendor/autoload.php';