Alix Axel
Alix Axel

Reputation: 154553

PHP and BitTorrents

How can I read / decode a .torrent file with PHP?

Do I need any specific library to decode such files or is it something simpler?

Upvotes: 1

Views: 323

Answers (2)

Alister Bulman
Alister Bulman

Reputation: 35149

For a specific library to decode .torrent files, also see File_Bittorrent2, from the PEAR library.

Upvotes: 1

Ofri Raviv
Ofri Raviv

Reputation: 24823

Take a look at torrentflux. Its an open source bit torrent client. The code in /html/BDecode.php deals with decoding .torrent files.

Upvotes: 2

Related Questions