ericbarch / StealThisTracker

PHP library to generate .torrent files, set up Bittorrent tracker server, and seed server too.

Home Page:https://stealthisshow.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StealThisTracker 0.1.3-alpha

Build Status Scrutinizer Code Quality Code Coverage

StealThisTracker is a fork of PHPTracker which makes it easy to create your own private file distribution system using the BitTorrent protocol. There are libraries here which can provide a simple tracker, seed a torrent and download a torrent as well.

Examples

For examples see examples/example_*.php.

If you want to use the MySQL persistence object, see mysql.sql for the table structure.

Contributing

Contributions are welcomed and encouraged. To get started, fork the repository and create your own feature branch. Inside this branch create all the changes and fixes you'd like to see get added to StealThisTracker.

If your commits change existing functionality, or add new functionality, please be sure to provide sufficient tests to cover your code and make sure they pass.

Running Tests

Tests can be run with PHPUnit, see phpunit.xml for bootstrap configuration.

Bleeding Edge

The current development version can be found in the dev branch.

License

License is BSD 3 Clause. Please see the license file for more information.

About

PHP library to generate .torrent files, set up Bittorrent tracker server, and seed server too.

https://stealthisshow.com

License:Other


Languages

Language:PHP 100.0%