Download the PHP package torrentpier/torrentpier without Composer

On this page you can find all versions of the php package torrentpier/torrentpier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package torrentpier

TorrentPier

Bull-powered BitTorrent tracker engine

License Stars Packagist Crowdin TorrentPier nightly Downloads Version Last release Size Deployed to TorrentPier Demo with FTP Deploy Action

🐂 About TorrentPier

TorrentPier — bull-powered BitTorrent Public/Private tracker engine, written in PHP. High speed, simple modifications, load-balanced architecture. In addition, we have a very helpful official support forum, where it's possible to get support and download modifications for the engine.

🌈 Current status

TorrentPier is currently in active development. The goal is to remove all legacy code and rewrite the existing code to modern specifications. If you want delve deep into the code, check our issues and go from there. The documentation will be translated to english in the near future, currently russian is the main language of it.

✨ Features

🖥️ Demo

[!NOTE] Demo resets every 24 hours!

🔧 Requirements

💾 Installation

For the installation, select one of the installation variants below:

Quick (Clean install) 🚀

Check out our autoinstall repository with detailed instructions.

[!IMPORTANT] Thanks to Sergei Solovev for this installation script ❤️

Quick (For web-panels) ☕️

  1. Select the folder where you want TorrentPier installed

  2. Download the latest version of TorrentPier

  3. After completing, execute the command below and follow the instructions

  4. Voila! ✨

Manual 🔩

  1. Install Composer
  2. Run the following command to create the TorrentPier project

  3. Check our system requirements
  4. After, run this command in the project directory to install Composer dependencies

  5. Create a database and import the dump located at install/sql/mysql.sql
  6. Edit database configuration settings in the environment (.env.example), after, rename to .env
  7. Provide write permissions to the specified folders:
    • data/avatars, data/uploads, data/uploads/thumbs
    • internal_data/atom, internal_data/cache, internal_data/log, internal_data/triggers
    • sitemap
  8. Voila! ✨

[!IMPORTANT] The specific settings depend on the server you are using, but in general we recommend chmod 0755 for folders, and chmod 0644 for the files in them.

Additional steps 👣

  1. Edit these files:
    • favicon.png (change to your own)
    • robots.txt (change the addresses in lines Host and Sitemap to your own)
  2. Log in to the forum using the admin/admin login/password, and finish setting up via admin panel. Don't forget to change your password!

🔐 Security vulnerabilities

If you discover a security vulnerability within TorrentPier, please follow our security policy, so we can address it promptly.

📌 Our recommendations

💚 Contributing / Contributors

Please read our code of conduct for details, and the process for submitting pull requests to us. But we are always ready to renew your pull-request for compliance with these requirements. Just send it!

Contributors

Made with contrib.rocks.

💞 Sponsoring

Support this project by becoming a sponsor or a backer.

OpenCollective sponsors OpenCollective backers

Monero
YooMoney

📦 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.


All versions of torrentpier with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1 | ^8.2 | ^8.3 | ^8.4
arokettu/random-polyfill Version 1.0.2
arokettu/bencode Version ^4.1.0
arokettu/monsterid Version dev-master
arokettu/torrent-file Version ^5.2.1
bugsnag/bugsnag Version ^v3.29.1
claviska/simpleimage Version ^4.0
belomaxorka/captcha Version 1.*
egulias/email-validator Version ^4.0.1
filp/whoops Version ^2.15
z4kn4fein/php-semver Version ^v3.0.0
nemorize/indexnow Version ^0.0.1
gigablah/sphinxphp Version 2.0.8
google/recaptcha Version ^1.3
jacklul/monolog-telegram Version ^3.1
josantonius/cookie Version ^2.0
gemorroj/m3u-parser Version dev-master
php-curl-class/php-curl-class Version ^11.0.0
league/flysystem Version ^3.28
longman/ip-tools Version 1.2.1
matthiasmullie/scrapbook Version ^1.5.4
monolog/monolog Version ^3.4
samdark/sitemap Version 2.4.1
symfony/finder Version ^6.4
symfony/filesystem Version ^6.4
symfony/event-dispatcher Version ^6.4
symfony/mime Version ^6.4
symfony/mailer Version ^6.4
symfony/polyfill Version v1.31.0
vlucas/phpdotenv Version ^5.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package torrentpier/torrentpier contains the following files

Loading the files please wait ....