Torrent RW
PHP version 7.2+
- 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
- Usage example see bin/demo.php
To install with composer
composer require darkalchemy/torrent-rw
then autoload it
require __DIR__ . '/vendor/autoload.php';