Download the PHP package arokettu/bencode without Composer
On this page you can find all versions of the php package arokettu/bencode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arokettu/bencode
More information about arokettu/bencode
Files in arokettu/bencode
Package bencode
Short Description BitTorrent's Bencode encoder/decoder
License MIT
Homepage https://sandfox.dev/php/bencode.html
Informations about the package bencode
PHP Bencode Encoder/Decoder
Bencode is the encoding used by the peer-to-peer file sharing system BitTorrent for storing and transmitting loosely structured data.
This is a pure PHP library that allows you to encode and decode Bencode data.
Installation
Supported versions:
- 4.x (current, PHP 8.1+)
Simple use
Documentation
Read full documentation here: https://sandfox.dev/php/bencode.html
Documentation for all past major versions can be found on Read the Docs:
- 1.x: https://bencode.readthedocs.io/en/1.x/
- 2.x: https://bencode.readthedocs.io/en/2.x/
- 3.x: https://bencode.readthedocs.io/en/3.x/
- 4.x: https://bencode.readthedocs.io/
Support
Please file issues on our main repo at GitLab: https://gitlab.com/sandfox/bencode/-/issues
Feel free to ask any questions in our room on Gitter: https://gitter.im/arokettu/community
License
The library is available as open source under the terms of the MIT License.