rvelhote / libbencode-php

A PHP Library to handle Bencoded files (e.g. torrent files). It's for research purposes only.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Bencode Library

This library is just an experiment.

The BencodedDataTypes are little frankensteins the complicate what could be solved with the PHP basic types but that's entirely on purpose I assure you.

  • Dictionary » BencodedDictionary => PHP Associative Array
  • List » BencodedList » PHP Array
  • String » BencodedString » Well... you know
  • Integer » BencodedInteger » Hmm...

This might explain what I'm doing ;) ;)

More documentation to come.

About

A PHP Library to handle Bencoded files (e.g. torrent files). It's for research purposes only.

License:MIT License


Languages

Language:PHP 100.0%