Download the PHP package rych/bencode without Composer
On this page you can find all versions of the php package rych/bencode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor rych
Package bencode
Short Description Bencode serializer for PHP 5.3+
License MIT
Homepage https://github.com/rchouinard/bencode
Package bencode
Short Description Bencode serializer for PHP 5.3+
License MIT
Homepage https://github.com/rchouinard/bencode
Please rate this library. Is it a good library?
Informations about the package bencode
Bencode serialization for PHP
This library allows developers to encode or decode bencoded data strings in PHP 5.3+. More information about bencode can be found at Wikipedia. The format is primarily used in the .torrent file specification.
Install
Via Composer
Usage
Encoding an array
The above produces the string d5:arrayl3:one3:two5:threee7:integeri42e6:string3:bare
.
Decoding a string
The above produces the the following output:
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of bencode with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.4
The package rych/bencode contains the following files
Loading the files please wait ....