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 Build status Crowdin Downloads Version Last release Size

๐Ÿ‚ About TorrentPier

TorrentPier โ€” bull-powered BitTorrent Public/Private tracker engine, written in php. High speed, simple modification, high load architecture. In addition, we have very helpful official support forum, where it's possible to get any support and download modifications for engine.

๐ŸŒˆ Current status

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

โœจ Features

๐Ÿ–ฅ๏ธ Demo

[!NOTE] Demo is resetting every 24 hours!

๐Ÿ”ง Requirements

๐Ÿ’พ Installation

For installation, you need to follow a few simple steps.

Quick โ˜•๏ธ

  1. Select the folder where you want to install TorrentPier (cd /path/to/public_html)
  2. Download latest version of TorrentPier (sudo git clone https://github.com/torrentpier/torrentpier.git .)
  3. After, run php install.php and follow the given steps
  4. Voila! โœจ

Manual ๐Ÿ”ฉ

  1. Install Composer
  2. Run composer create-project torrentpier/torrentpier
  3. Check our system requirements
  4. After, run composer install on the project directory
  5. Create database and import 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 case we recommend chmod 0755 for folders, and chmod 0644 for files in them.

Additional steps ๐Ÿ‘ฃ

  1. Edit domain name and domain port in the configuration file or a local copy ($reserved_name and $reserved_port)
  2. Edit this files:
    • favicon.png (change on your own)
    • robots.txt (change the addresses in lines Host and Sitemap on your own)
    • opensearch_desc.xml (change the description and address on your own)
    • opensearch_desc_bt.xml (change the description and address on your own)
  3. Log in to the forum with admin/admin login/password and finish setting up via admin panel

๐Ÿ” 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 42zJE3FDvN8foP9QYgDrBjgtd7h2FipGCGmAcmG5VFQuRkJBGMbCvoLSmivepmAMEgik2E8MPWUzKaoYsGCtmhvL7ZN73jh
Bitcoin bc1qselchy0nnh7xl99glfffedqp7p9gpvatdr9dz9
ะฎMoney 4100118022415720

๐Ÿ“ฆ 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
arokettu/bencode Version ^4.1.0
arokettu/monsterid Version ^4.0
arokettu/torrent-file Version ^5.2.1
bugsnag/bugsnag Version ^v3.29.1
claviska/simpleimage Version ^4.0
egulias/email-validator Version ^4.0.1
filp/whoops Version ^2.15
gigablah/sphinxphp Version 2.0.8
google/recaptcha Version ^1.3
jacklul/monolog-telegram Version ^3.1
josantonius/cookie Version ^2.0
league/flysystem Version ^3.28
longman/ip-tools Version 1.2.1
matthiasmullie/scrapbook Version ^1.5
monolog/monolog Version ^3.4
samdark/sitemap Version 2.4.1
symfony/mailer Version ^6.3
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 ....