Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 468 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 468 Bytes

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