Download the PHP package bhutanio/bencode without Composer
On this page you can find all versions of the php package bhutanio/bencode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bhutanio/bencode
More information about bhutanio/bencode
Files in bhutanio/bencode
Download bhutanio/bencode
More information about bhutanio/bencode
Files in bhutanio/bencode
Vendor bhutanio
Package bencode
Short Description Bencode serializer for Laravel
License MIT
Homepage https://github.com/bhutanio/bencode
Package bencode
Short Description Bencode serializer for Laravel
License MIT
Homepage https://github.com/bhutanio/bencode
Please rate this library. Is it a good library?
Informations about the package bencode
Bencode serialization for Laravel
This library allows developers to encode or decode bencoded data strings in Laravel. 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
The package bhutanio/bencode contains the following files
Loading the files please wait ....