2017 © Pedro Peláez
 

library btorrent

torrent meta format

image

xiaozi/btorrent

torrent meta format

  • Friday, October 14, 2016
  • by xiaozi
  • Repository
  • 0 Watchers
  • 2 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

introduce

a lib for generate file tree for torrent file, (*1)

installation

composer require xiaozi/btorrent

example

use like this, (*2)


<?php

use BTorrent\Tree;

$arr = array(
    array(
        'length' => 111,
        'path' => array('dir1', 'dir2-1', 'file1.txt'),
    ),
    array(
        'length' => 222,
        'path' => array('dir1', 'dir2-2', 'file2.md'),
    ),
);

$tree = new Tree($arr);
// var_dump($tree);
echo json_encode($tree);

The Versions

14/10 2016

dev-master

9999999-dev

torrent meta format

  Sources   Download

MIT

by Avatar xiaozi

29/09 2016

1.0.7

1.0.7.0

torrent meta format

  Sources   Download

MIT

by Avatar xiaozi

16/11 2014

1.0.6

1.0.6.0

torrent meta format

  Sources   Download

MIT

by Avatar xiaozi

06/10 2014

1.0.5

1.0.5.0

torrent meta format

  Sources   Download

MIT

by Avatar xiaozi

06/10 2014

1.0.4

1.0.4.0

torrent meta format

  Sources   Download

MIT

by Avatar xiaozi

06/10 2014

1.0.1

1.0.1.0

torrent meta format

  Sources   Download

MIT

by Avatar xiaozi

06/10 2014

1.0.2

1.0.2.0

torrent meta format

  Sources   Download

MIT

by Avatar xiaozi

06/10 2014

1.0.0

1.0.0.0

torrent meta format

  Sources   Download

MIT

The Requires

 

by Avatar xiaozi