darkalchemy/torrent-rw

torrent reader/writer

0.1.4 2022-05-09 12:33 UTC

This package is auto-updated.

Last update: 2024-04-09 16:36:31 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';