Skip to content

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

License

Notifications You must be signed in to change notification settings

rvelhote/libbencode-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages