An open API service indexing awesome lists of open source software.

https://github.com/rvelhote/libbencode-php

A PHP Library to handle Bencoded files (e.g. torrent files). It's for research purposes only.
https://github.com/rvelhote/libbencode-php

bencode docker enterprise php php-library phpunit

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

**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](https://medium.com/@webseanhickey/the-evolution-of-a-software-engineer-db854689243) might explain what I'm doing ;) ;)

More documentation to come.