darkalchemy / torrent-rw
torrent reader/writer
Installs: 56
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 0
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^7.4|^8.0
- ext-curl: *
- darkalchemy/scrapeer: ^0.6.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- overtrue/phplint: ^4.1.0
- phpmd/phpmd: ^2.9
- phpstan/phpstan: ^1.6.7
- phpunit/phpunit: ^9.5.20
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^3.5
- symfony/var-dumper: ^6.0.8
This package is auto-updated.
Last update: 2024-12-09 18:02:40 UTC
README
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';