PHPackages                             pxgamer/yts - 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. [API Development](/categories/api)
4. /
5. pxgamer/yts

Abandoned → [owenvoke/yts](/?search=owenvoke%2Fyts)ArchivedLibrary[API Development](/categories/api)

pxgamer/yts
===========

A full wrapper for the YTS API.

v1.2.0(7y ago)015MITPHPPHP ^7.2

Since Nov 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/pxgamer/yts)[ Packagist](https://packagist.org/packages/pxgamer/yts)[ RSS](/packages/pxgamer-yts/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (4)Versions (8)Used By (0)

YTS
===

[](#yts)

[![Latest Version on Packagist](https://camo.githubusercontent.com/401e1af7451dc7e62dd3ff50bacf206ab20d807c927d0e50f6709f005417be87/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707867616d65722f7974732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pxgamer/yts)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/a3eff26e191f6be34180ff31833f77f8ce1f4023089d594059e743b21effeaf8/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f707867616d65722f7974732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/pxgamer/yts)[![Style CI](https://camo.githubusercontent.com/be90d218e91ce9421637bb47be6b519e79478c662af2993066b8d103c4d1728d/68747470733a2f2f7374796c6563692e696f2f7265706f732f3131303637303133352f736869656c64)](https://styleci.io/repos/110670135)[![Code Coverage](https://camo.githubusercontent.com/53e18678d4d9b8feebf14bf54cfd1e9fd92a6b098e0fa5de6ea8db9cb8989f95/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f707867616d65722f7974732e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/gh/pxgamer/yts)[![Total Downloads](https://camo.githubusercontent.com/81c7065a4b2aa4c451a6bd7b219eb368046ed23995b0f1cd10efa5657fc5a966/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f707867616d65722f7974732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pxgamer/yts)

> This project has been renamed, see [`owenvoke/yts`](https://github.com/owenvoke/yts).

A full wrapper for the YTS API.

About YTS
---------

[](#about-yts)

YIFY Torrents or YTS is a peer-to-peer release group known for distributing large numbers of movies as free downloads through BitTorrent. YIFY releases were characterised through their HD video quality in a small file size, which attracted many downloaders.

Install
-------

[](#install)

Via Composer

```
$ composer require pxgamer/yts
```

Usage
-----

[](#usage)

#### List Movies

[](#list-movies)

Returns a Collection instance containing Movie instances.

```
Movies::list([
    'quality'         => Movies::QUALITY_ALL, // A quality constant
    'query_term'      => 0,                   // A query string, or 0 to ignore
    'page'            => 1,                   // An integer page number
    'minimum_rating'  => 0,                   // The minimum movie rating
    'genre'           => '',                  // A string containing the genre
    'sort_by'         => 'date-added',        // The sort-by order
    'order_by'        => 'desc',              // The direction to order by
    'with_rt_ratings' => false,               // Returns the list with Rotten Tomatoes ratings
]);
```

#### Movie Details

[](#movie-details)

Returns a Movie instance.

```
Movies::details([
    'movie_id'    => null,  // The ID of the movie to retrieve
    'with_images' => false, // Return with image URLs
    'with_cast'   => false, // Return with information about the cast
]);
```

#### Movie Suggestions

[](#movie-suggestions)

Returns a Collection instance containing 0 to 4 Movie instances.

```
Movies::suggestions([
    'movie_id' => null, // The ID of the movie to retrieve suggestions for
]);
```

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](.github/CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](.github/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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 98.7% 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 ~119 days

Total

5

Last Release

2624d ago

PHP version history (2 changes)v1.0.0PHP ^7.1

v1.2.0PHP ^7.2

### 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 (76 commits)")[![thevoidmain](https://avatars.githubusercontent.com/u/20501002?v=4)](https://github.com/thevoidmain "thevoidmain (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/pxgamer-yts/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[mvdnbrk/dhlparcel-php-api

DHL Parcel API client for PHP

3957.9k5](/packages/mvdnbrk-dhlparcel-php-api)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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