PHPackages                             torrentpier/torrentpier - 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. torrentpier/torrentpier

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

torrentpier/torrentpier
=======================

TorrentPier. Bull-powered BitTorrent tracker engine

v3.0.5(1mo ago)34342287MITPHPPHP &gt;=8.4CI passing

Since Jun 12Pushed 1mo ago33 watchersCompare

[ Source](https://github.com/torrentpier/torrentpier)[ Packagist](https://packagist.org/packages/torrentpier/torrentpier)[ Docs](https://github.com/torrentpier)[ GitHub Sponsors](https://github.com/torrentpier)[ Fund](https://liberapay.com/exileum)[ RSS](/packages/torrentpier-torrentpier/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (91)Versions (102)Used By (0)Security (4)

[![TorrentPier](https://camo.githubusercontent.com/0f8c55c58016116bf4f3a2b2e26b2a6d1fcfef43aa3042b2aac5ab8a1a9f2b41/68747470733a2f2f66696c65732d6f782e746f7272656e74706965722e636f6d2f74705f6f785f6c6f6e672e737667)](https://github.com/torrentpier/torrentpier)

 Bull-powered BitTorrent tracker engine

 [![License](https://camo.githubusercontent.com/73992f0bfd8f48af035b983ee141441a00a8e0f7e73024bea6e55ec946bb781a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f746f7272656e74706965722f746f7272656e7470696572)](https://github.com/torrentpier/torrentpier/blob/master/LICENSE) [![Stars Packagist](https://camo.githubusercontent.com/a2e16e6215d2905f9525816ddb20dbd76b3af724fc81c698f5e0ced949f4b80d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f73746172732f746f7272656e74706965722f746f7272656e7470696572)](https://packagist.org/packages/torrentpier/torrentpier) [![Crowdin](https://camo.githubusercontent.com/2cafd9beb3827229e399e4d6433b9bb06d825cb15b5f39b15d0f4624d12dca8c/68747470733a2f2f6261646765732e63726f7764696e2e6e65742f746f7272656e74706965722f6c6f63616c697a65642e737667)](https://crowdin.com/project/torrentpier) [![Downloads](https://camo.githubusercontent.com/2576dcc006e4cadca217efe07cc275c8ccde6e229e24be5600c8288887b7306b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f7272656e74706965722f746f7272656e7470696572)](https://packagist.org/packages/torrentpier/torrentpier) [![Version](https://camo.githubusercontent.com/27bbce87af97dcff63bc5bf08e6f740f2a88f7446f014532fcc2dac1921f1fc6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f7272656e74706965722f746f7272656e7470696572)](https://packagist.org/packages/torrentpier/torrentpier) [![Size](https://camo.githubusercontent.com/461b468ead199d630de45f0669da33c5ab89cc99357cfdbb2e110c702f5abbcd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f746f7272656e74706965722f746f7272656e7470696572)](https://camo.githubusercontent.com/461b468ead199d630de45f0669da33c5ab89cc99357cfdbb2e110c702f5abbcd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f746f7272656e74706965722f746f7272656e7470696572)

> **TorrentPier 3.0 (Ox) is the final release of this codebase.**The project closed in May 2026 — read the closure announcement at . No further patches, security fixes, or feature work are planned. The community forum is preserved read-only at . A new generation of the engine — codename **Dexter** — is being written from scratch, expected in 2027. If you self-host this release, you are responsible for your own security maintenance.

🐂 About TorrentPier
-------------------

[](#-about-torrentpier)

TorrentPier — bull-powered BitTorrent tracker engine, written in PHP. High speed, simple modifications, load-balanced architecture. The original community forum is preserved read-only at [ox.torrentpier.com](https://ox.torrentpier.com/) as a historical archive.

🌈 Current status
----------------

[](#-current-status)

TorrentPier 3.0 (Ox) is the final release of this codebase. The project closed in May 2026: no further patches, security fixes, or feature work are planned. GitHub Issues remain open as a low-noise channel for community discussion, but there is no commitment to respond.

A new generation of the engine — codename **Dexter** — is being written from scratch, expected in 2027.

✨ Features
----------

[](#-features)

- Rich forum with browsing/moderation tools
- High-load capable, heavily configurable announcer
- Scrape support
- FreeLeech
- [TorrServer integration](https://github.com/YouROK/TorrServer) support
- BitTorrent v2 support
- Event-based invite system
- Bonus points
- Polling system
- PM/DM system
- Multilingual support (Russian and English are currently fully supported, with others in the future)
- Atom/RSS feeds
- ... and so MUCH MORE!

🔧 Requirements
--------------

[](#-requirements)

- Apache / nginx ([example config](install/nginx.conf)) / caddy ([example config](install/Caddyfile))
- MySQL 5.5.3 or above (including MySQL 8.0+) / MariaDB 10.0 or above / Percona
- PHP: 8.4 / 8.5
- PHP Extensions: mysqli, mbstring, gd, bcmath, intl, tidy (optional), xml, xmlwriter
- Crontab (Recommended)

💾 Installation
--------------

[](#-installation)

**Quick start:**

```
git clone https://github.com/torrentpier/torrentpier.git
cd torrentpier
composer install
php bull app:install
```

For Docker setup, see [`docker-compose.yml`](docker-compose.yml) and [`Dockerfile`](Dockerfile) in this repository.

Tip

The `php bull app:install` wizard handles all configuration: environment setup, database creation, migrations, and permissions.

**After installation:**

1. Log in using **admin/admin** credentials
2. Change your password immediately
3. Configure the site via admin panel

🔐 Security vulnerabilities
--------------------------

[](#-security-vulnerabilities)

This release is closed and will not receive security patches. If you self-host TorrentPier 3.0 (Ox), you are responsible for your own security maintenance. See [SECURITY.md](.github/SECURITY.md) for details.

🧪 Testing
---------

[](#-testing)

TorrentPier includes a comprehensive testing suite built with **Pest PHP**. Run tests to ensure code quality and system reliability:

```
# Run all tests
./vendor/bin/pest

# Run with coverage
./vendor/bin/pest --coverage
```

For detailed testing documentation, see [tests/README.md](tests/README.md).

📦 Versioning
------------

[](#-versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/torrentpier/torrentpier/tags).

📖 License
---------

[](#-license)

This project is licensed under the MIT License - see the [LICENSE](https://github.com/torrentpier/torrentpier/blob/master/LICENSE) file for details.

###  Health Score

67

—

FairBetter than 99% of packages

Maintenance90

Actively maintained with recent releases

Popularity36

Limited adoption so far

Community31

Small or concentrated contributor base

Maturity97

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~51 days

Recently: every ~0 days

Total

65

Last Release

45d ago

Major Versions

v2.8.9 → v3.0.02026-05-12

PHP version history (8 changes)v2.2.0PHP ^5.6 || ^7.0

v2.3.0PHP ^7.1.3

v2.4.0-alpha1PHP ^7.4 || ^8.0

v2.4.0-beta3PHP ^8.1

v2.4.5-rc.1PHP ^8.1 | ^8.2 | ^8.3 | ^8.4

v2.4.5-rc.5PHP &gt;=8.1

v2.7.0PHP &gt;=8.2

v3.0.0PHP &gt;=8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2164083?v=4)[Yury Pikhtarev](/maintainers/Exileum)[@exileum](https://github.com/exileum)

![](https://avatars.githubusercontent.com/u/54049465?v=4)[Roman Kelesidis](/maintainers/belomaxorka)[@belomaxorka](https://github.com/belomaxorka)

---

Top Contributors

[![exileum](https://avatars.githubusercontent.com/u/2164083?v=4)](https://github.com/exileum "exileum (2010 commits)")[![belomaxorka](https://avatars.githubusercontent.com/u/54049465?v=4)](https://github.com/belomaxorka "belomaxorka (1649 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (212 commits)")[![kovalensky](https://avatars.githubusercontent.com/u/45331093?v=4)](https://github.com/kovalensky "kovalensky (153 commits)")[![GTDarkNightmare](https://avatars.githubusercontent.com/u/8226985?v=4)](https://github.com/GTDarkNightmare "GTDarkNightmare (25 commits)")[![diolektor](https://avatars.githubusercontent.com/u/425040?v=4)](https://github.com/diolektor "diolektor (22 commits)")[![pherum](https://avatars.githubusercontent.com/u/3333352?v=4)](https://github.com/pherum "pherum (22 commits)")[![dlarchikov](https://avatars.githubusercontent.com/u/3336114?v=4)](https://github.com/dlarchikov "dlarchikov (7 commits)")[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (3 commits)")[![yukoff](https://avatars.githubusercontent.com/u/1076681?v=4)](https://github.com/yukoff "yukoff (3 commits)")[![advancedalloy](https://avatars.githubusercontent.com/u/227668766?v=4)](https://github.com/advancedalloy "advancedalloy (1 commits)")[![stack-file[bot]](https://avatars.githubusercontent.com/in/408123?v=4)](https://github.com/stack-file[bot] "stack-file[bot] (1 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")[![xeddmc](https://avatars.githubusercontent.com/u/7623289?v=4)](https://github.com/xeddmc "xeddmc (1 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")

---

Tags

announcerbittorrentbittorrent-trackerforum-softwarep2pphptorrenttorrent-clienttorrent-filestorrent-managementtorrentpierwebtorrentwebtorrent-tracker-serverforumtorrenttrackerbittorrent

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/torrentpier-torrentpier/health.svg)

```
[![Health](https://phpackages.com/badges/torrentpier-torrentpier/health.svg)](https://phpackages.com/packages/torrentpier-torrentpier)
```

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)[laravel/framework

The Laravel Framework.

34.8k532.1M19.4k](/packages/laravel-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M464](/packages/pimcore-pimcore)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
