PHPackages                             espend/torrent-announcer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. espend/torrent-announcer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

espend/torrent-announcer
========================

Can simulate torrent client requests to a tracker and returns client ips

181436PHP

Since Dec 9Pushed 13y ago2 watchersCompare

[ Source](https://github.com/Haehnchen/torrent-announcer)[ Packagist](https://packagist.org/packages/espend/torrent-announcer)[ RSS](/packages/espend-torrent-announcer/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

BitTorrent Tracker Announcer
============================

[](#bittorrent-tracker-announcer)

[![Build Status](https://camo.githubusercontent.com/69d7ef910b05dc6079bd7c4c19595cf3db9d6cfb22c48d0fcb8c2e3696ce3631/68747470733a2f2f7472617669732d63692e6f72672f486165686e6368656e2f746f7272656e742d616e6e6f756e6365722e706e67)](https://travis-ci.org/Haehnchen/torrent-announcer)

BitTorrent Tracker Announcer can request a BitTorrent Tracker for Torrent details. You can then output eg the peerlist or the seeder/leecher count.

Requirements
------------

[](#requirements)

requires PHP 5.3.x or above. The recommended version is 5.3.2 or newer.

Installation
------------

[](#installation)

You can install it with Composer.

### Composer

[](#composer)

Simply specify `espend/torrent-announcer` in your dependencies.

Using
-----

[](#using)

### Autoloader

[](#autoloader)

BitTorrent Tracker Announcer does **not** come with its own autoloader, so you will need to use a PSR-0 compatible autoloader for everything to work as expected, or provide your own `require[_once]` statements. An example of such an autoloader can be found [here](https://gist.github.com/1234504).

### Send request to Tracker

[](#send-request-to-tracker)

```
