Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 554 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 554 Bytes

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.