torrentpier/torrentpier
Composer 安装命令:
composer create-project torrentpier/torrentpier
包简介
TorrentPier. Bull-powered BitTorrent tracker engine
README 文档
README
Bull-powered BitTorrent tracker engine
TorrentPier 3.0 (Ox) is the final release of this codebase. The project closed in May 2026 — read the closure announcement at https://sunset.torrentpier.com/. No further patches, security fixes, or feature work are planned. The community forum is preserved read-only at https://ox.torrentpier.com/. 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
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 as a historical archive.
🌈 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
- Rich forum with browsing/moderation tools
- High-load capable, heavily configurable announcer
- Scrape support
- FreeLeech
- TorrServer integration 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
- Apache / nginx (example config) / caddy (example config)
- 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
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 and
Dockerfile in this repository.
Tip
The php bull app:install wizard handles all configuration: environment setup, database creation, migrations, and permissions.
After installation:
- Log in using admin/admin credentials
- Change your password immediately
- Configure the site via admin panel
🔐 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 for details.
🧪 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.
📦 Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
📖 License
This project is licensed under the MIT License - see the LICENSE file for details.
torrentpier/torrentpier 适用场景与选型建议
torrentpier/torrentpier 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 424 次下载、GitHub Stars 达 343, 最近一次更新时间为 2016 年 01 月 31 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「forum」 「bittorrent」 「torrent」 「tracker」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 torrentpier/torrentpier 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 torrentpier/torrentpier 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 torrentpier/torrentpier 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A set of components that can be used to interact with torrent files (read+write) and classes that can encode/decode to/from the BitTorrent format.
A Laravel 5 package providing a solid foundation for building discussion forums
A frontend for riari/laravel-forum providing views written with Bootstrap 3
This Bundle provides threaded comment functionality for Symfony applications
Extract media information from torrent-like filename
Composer version of torrent-rw https://github.com/adriengibrat/torrent-rw
统计信息
- 总下载量: 424
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 344
- 点击次数: 20
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-01-31