darkalchemy/torrent-rw

torrent reader/writer


License
GPL-3.0-only

Documentation

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';