jonexyz / bt2magnet
bt种子转成磁力链接
1.0.1
2022-08-01 11:58 UTC
README
bt种子转磁力链接
About
核心代码搬运自网上,我这只是封装成composer包而已。 为方便测试,此包根目录中包含一个 WALL-E.torrent 文件的Bt文件
Installing
$ composer require jonexyz/bt2magnet
Usage
<?php
require './vendor/autoload.php';
use Jonexyz\Bt2magnet\MagnetCreate;
// $path Bt种子文件路径
$magnet = MagnetCreate::init($path);
var_dump($magnet);
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT