PHPackages                             yggverse/yggtracker - 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. yggverse/yggtracker

ActiveProject

yggverse/yggtracker
===================

BitTorrent tracker for Yggdrasil network

2.6.2(2y ago)28453[13 issues](https://github.com/YGGverse/YGGtracker/issues)MITPHPPHP &gt;=8.1

Since Sep 20Pushed 9mo ago3 watchersCompare

[ Source](https://github.com/YGGverse/YGGtracker)[ Packagist](https://packagist.org/packages/yggverse/yggtracker)[ RSS](/packages/yggverse-yggtracker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (51)Versions (14)Used By (0)

YGGtracker
==========

[](#yggtracker)

Note

Take a look at [βtracker](https://github.com/yggverse/btracker) - the modern aggregation alternative written in Rust!

A social-oriented BitTorrent catalog for the [Yggdrasil](https://github.com/yggdrasil-network) network, written in the Symfony framework.

YGGtracker is a manually operated catalog and social network that allows users to share their torrents in the local network. Engine uses IPv6 `0200::/7` addresses to identify users without registration.

#### [Showcase](https://github.com/YGGverse/YGGtracker/wiki/Showcase)

[](#showcase)

[![Pasted image 1](https://private-user-images.githubusercontent.com/108541346/275134819-962f7850-01e1-4add-9dbe-c11b80108a75.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzUxMTkyOTcsIm5iZiI6MTc3NTExODk5NywicGF0aCI6Ii8xMDg1NDEzNDYvMjc1MTM0ODE5LTk2MmY3ODUwLTAxZTEtNGFkZC05ZGJlLWMxMWI4MDEwOGE3NS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNDAyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDQwMlQwODM2MzdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04NDVlOWI3M2Q2MDE0ZDEzODAzMjM4NTEzNTczNDgyYzE1ODY0YmI1YmJlMjY0ZDE3OTgzMDA3NDM0Y2ZjZDRhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.-I8fKnnbfaDRYQGResa1yVJD_dWCf1r61BqR4jHtWw8)](https://private-user-images.githubusercontent.com/108541346/275134819-962f7850-01e1-4add-9dbe-c11b80108a75.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzUxMTkyOTcsIm5iZiI6MTc3NTExODk5NywicGF0aCI6Ii8xMDg1NDEzNDYvMjc1MTM0ODE5LTk2MmY3ODUwLTAxZTEtNGFkZC05ZGJlLWMxMWI4MDEwOGE3NS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNDAyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDQwMlQwODM2MzdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04NDVlOWI3M2Q2MDE0ZDEzODAzMjM4NTEzNTczNDgyYzE1ODY0YmI1YmJlMjY0ZDE3OTgzMDA3NDM0Y2ZjZDRhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.-I8fKnnbfaDRYQGResa1yVJD_dWCf1r61BqR4jHtWw8)

#### Installation

[](#installation)

```
symfony check:requirements

```

##### Production

[](#production)

Install stable release

```
composer create-project yggverse/yggtracker

```

##### Development

[](#development)

Latest codebase available in repository

```
git clone https://github.com/YGGverse/YGGtracker.git
cd YGGtracker
composer update
symfony server:start

```

##### Database

[](#database)

New installation

```
php bin/console doctrine:schema:update --force

```

Existing DB upgrade

```
php bin/console doctrine:migrations:migrate

```

##### Crontab

[](#crontab)

- `* * * * * /crontab/torrent/scrape/{%app.key%}` - update seeding stats

##### FTP

[](#ftp)

Setup anonymous read-only access to `/var/ftp` catalog ([read more](https://github.com/YGGverse/YGGtracker/wiki/Features#the-wanted))

##### App settings

[](#app-settings)

Custom settings could be provided in the `/.env.local` file by overwriting default `/.env` values

#### Localization

[](#localization)

[![Crowdin](https://camo.githubusercontent.com/9cfb9e78afa2ee17e53589cab4299a0419c9cf11934214eb68cf93ff8a767dda/68747470733a2f2f6261646765732e63726f7764696e2e6e65742f796767747261636b65722f6c6f63616c697a65642e737667)](https://crowdin.com/project/yggtracker)

#### API

[](#api)

[Wiki reference](https://github.com/YGGverse/YGGtracker/wiki/API)

#### Contribution

[](#contribution)

Please make new branch for each PR

```
git checkout main
git checkout -b my-pr-branch-name

```

#### License

[](#license)

- Engine sources [MIT License](https://github.com/YGGverse/YGGtracker/blob/main/LICENSE)

#### Versioning

[](#versioning)

[Semantic Versioning 2.0.0](https://semver.org/#semantic-versioning-200)

#### Components

[](#components)

- [Symfony Framework](https://symfony.com)
- [SVG icons](https://icons.getbootstrap.com)
- [Scrapper](https://github.com/medariox/scrapeer) / [Composer Edition](https://github.com/YGGverse/scrapeer)
- [Bencode](https://github.com/Rhilip/Bencode)
- [Transliteration](https://github.com/ashtokalo/php-translit)
- [Identicons](https://github.com/dmester/jdenticon-php)

#### Support

[](#support)

- [Issues](https://github.com/YGGverse/YGGtracker/issues)
- [Documentation](https://github.com/YGGverse/YGGtracker/wiki)
- [HowTo Yggdrasil](https://ygg.work.gd/yggdrasil:bittorrent:yggtracker)

#### Blog

[](#blog)

- [Mastodon](https://mastodon.social/@YGGverse)

#### Integrations

[](#integrations)

- [YGGtracker Search Plugin for qBittorrent](https://github.com/YGGverse/qbittorrent-yggtracker-search-plugin)
- [Crontab script that allows to receive wanted torrents from multiple YGGtracker nodes](https://github.com/YGGverse/yggtracker-wanted-torrents-receiver)

#### See also

[](#see-also)

- [YGGo - YGGo! Distributed Web Search Engine ](https://github.com/YGGverse/YGGo)
- [YGGwave ~ The Radio Catalog](https://github.com/YGGverse/YGGwave)
- [YGGstate - Yggdrasil Network Explorer](https://github.com/YGGverse/YGGstate)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~6 days

Total

13

Last Release

890d ago

Major Versions

1.0.0 → 2.0.02023-10-14

PHP version history (2 changes)1.0.0PHP ^8.1

2.0.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/67b0f652ebac064d26ca06ba5fd4271fab0ac5482d6c2d4865b8f3697721bc31?d=identicon)[d47081](/maintainers/d47081)

![](https://www.gravatar.com/avatar/d4eafa818f51a43c026ee538ac36192684eef5e128e1eac8d622b74d1bfd4de4?d=identicon)[YGGverse](/maintainers/YGGverse)

---

Top Contributors

[![d47081](https://avatars.githubusercontent.com/u/108541346?v=4)](https://github.com/d47081 "d47081 (3 commits)")

---

Tags

alt-webbittorrentcatalogcomposerdistributedfederatedjs-lessmagnetphpsocial-networksphinxsqlitesymfonytorrenttrackerwikiyggdrasil

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[forumify/forumify-platform

121.8k11](/packages/forumify-forumify-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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