PHPackages                             pxgamer/wwt-simple-upload - 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. pxgamer/wwt-simple-upload

ActiveLibrary

pxgamer/wwt-simple-upload
=========================

A (really easy to use) uploader for WorldWideTorrents written in PHP.

v1.1.2(8y ago)03MITPHPPHP ^7.1

Since Jan 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/owenvoke/wwt-simple-upload)[ Packagist](https://packagist.org/packages/pxgamer/wwt-simple-upload)[ RSS](/packages/pxgamer-wwt-simple-upload/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (11)Used By (0)

wwt-simple-upload
=================

[](#wwt-simple-upload)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f541f8417e54ebc6739e3a8958b3b328d8e907871df45dda4f388aa7d66fe24e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707867616d65722f7777742d73696d706c652d75706c6f61642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pxgamer/wwt-simple-upload)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/bde8bbe2865ede7d8d375a723e97bfab54309028355738c1c6264804636fa579/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f707867616d65722f7777742d73696d706c652d75706c6f61642f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/pxgamer/wwt-simple-upload)[![Style CI](https://camo.githubusercontent.com/3534f157de175909fce9462e5802c72572992a26d0db714fb9bdf694d0397797/68747470733a2f2f7374796c6563692e696f2f7265706f732f37383632303330302f736869656c64)](https://styleci.io/repos/78620300)[![Code Coverage](https://camo.githubusercontent.com/7e1eb836b1de61e967be05a486df8838bd230287e174b0a5509124e1be277b2d/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f707867616d65722f7777742d73696d706c652d75706c6f61642e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/gh/pxgamer/wwt-simple-upload)[![Total Downloads](https://camo.githubusercontent.com/f3c7eeba4beaefc5f6cde8604ec20f6fefe2fdffa4a504e1a1ddc043b2d2d433/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f707867616d65722f7777742d73696d706c652d75706c6f61642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pxgamer/wwt-simple-upload)

A (really easy to use) uploader for WorldWideTorrents written in PHP.

Structure
---------

[](#structure)

```
src/
tests/
vendor/

```

Install
-------

[](#install)

Via Composer

```
$ composer require pxgamer/wwt-simple-upload
```

Usage
-----

[](#usage)

```
use pxgamer\WorldWideTorrents\Uploader;

$apiKey = getenv('WWT_API_KEY');

$content = [
    'name'         => '',               // The uploaded torrent's title
    'torrent_file' => 'C:\a.torrent',   // The full path to the torrent file
    'category_id'  => 39,               // The category ID
];

$data = Uploader::upload($apiKey, $content);
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [pxgamer](https://github.com/pxgamer)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~8 days

Total

9

Last Release

3079d ago

PHP version history (3 changes)v1.0.0PHP &gt;=5.5.0

v1.0.5PHP &gt;=5.6.0

v1.1.0PHP ^7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1899334?v=4)[Owen Voke](/maintainers/owenvoke)[@owenvoke](https://github.com/owenvoke)

---

Top Contributors

[![owenvoke](https://avatars.githubusercontent.com/u/1899334?v=4)](https://github.com/owenvoke "owenvoke (32 commits)")

---

Tags

php-wrappertorrentsuploadworldwidetorrentswwt-api

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/pxgamer-wwt-simple-upload/health.svg)

```
[![Health](https://phpackages.com/badges/pxgamer-wwt-simple-upload/health.svg)](https://phpackages.com/packages/pxgamer-wwt-simple-upload)
```

PHPackages © 2026

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