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.
- Host: GitHub
- URL: https://github.com/rvelhote/libbencode-php
- Owner: rvelhote
- License: mit
- Created: 2016-08-26T22:21:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-31T21:45:52.000Z (over 8 years ago)
- Last Synced: 2025-01-23T20:34:00.576Z (4 months ago)
- Topics: bencode, docker, enterprise, php, php-library, phpunit
- Language: PHP
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.