2017 © Pedro Peláez
 

library bencode

BitTorrent's Bencode encoder/decoder

image

sandfoxme/bencode

BitTorrent's Bencode encoder/decoder

  • Monday, April 2, 2018
  • by sandfox.me
  • Repository
  • 2 Watchers
  • 3 Stars
  • 156 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 13 % Grown

The README.md

PHP Bencode Encoder/Decoder

Packagist PHP Packagist Gitlab pipeline status Codecov, (*1)

Bencode is the encoding used by the peer-to-peer file sharing system BitTorrent for storing and transmitting loosely structured data., (*2)

This is a pure PHP library that allows you to encode and decode Bencode data., (*3)

Installation

composer require 'arokettu/bencode'

Supported versions:, (*4)

  • 4.x (current, PHP 8.1+)

Simple use

<?php

\Arokettu\Bencode\Bencode::encode(['info' => ['length' => 12345, 'name' => 'Bencoded demo']]);
\Arokettu\Bencode\Bencode::decode('d4:infod6:lengthi12345e4:name13:Bencoded demoee');

Documentation

Read full documentation here: https://sandfox.dev/php/bencode.html, (*5)

Documentation for all past major versions can be found on Read the Docs:, (*6)

Support

Please file issues on our main repo at GitLab: https://gitlab.com/sandfox/bencode/-/issues, (*7)

Feel free to ask any questions in our room on Gitter: https://gitter.im/arokettu/community, (*8)

License

The library is available as open source under the terms of the MIT License., (*9)

The Versions

02/04 2018

dev-master

9999999-dev

BitTorrent's Bencode encoder/decoder

  Sources   Download

MIT

The Requires

  • php >= 7.0

 

The Development Requires

serialize torrent bencode bittorrent

14/02 2018

1.2.0

1.2.0.0

BitTorrent's Bencode encoder/decoder

  Sources   Download

MIT

The Requires

  • php >= 7.0

 

The Development Requires

serialize torrent bencode bittorrent

12/12 2017

1.1.2

1.1.2.0

BitTorrent's Bencode encoder/decoder

  Sources   Download

MIT

The Requires

  • php >= 7.0

 

The Development Requires

serialize torrent bencode bittorrent

29/03 2017

1.1.1

1.1.1.0

BitTorrent's Bencode encoder/decoder

  Sources   Download

MIT

The Requires

  • php >= 7.0

 

The Development Requires

serialize torrent bencode bittorrent

28/03 2017

1.1.0

1.1.0.0

BitTorrent's Bencode encoder/decoder

  Sources   Download

MIT

The Requires

  • php >= 7.0

 

The Development Requires

serialize torrent bencode bittorrent

22/03 2017

1.0.1

1.0.1.0

BitTorrent's Bencode encoder/decoder

  Sources   Download

MIT

The Requires

  • php >= 7.1

 

The Development Requires

serialize torrent bencode bittorrent

22/03 2017

1.0.0

1.0.0.0

BitTorrent's Bencode encoder/decoder

  Sources   Download

MIT

The Requires

  • php >= 7.1

 

The Development Requires

serialize torrent bencode bittorrent