PHPackages                             tnhnclskn/yify-api - 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. tnhnclskn/yify-api

ActiveLibrary[API Development](/categories/api)

tnhnclskn/yify-api
==================

Yify API on PHP

1.0.0(2y ago)226GPL-3.0-or-laterPHP

Since Mar 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tnhnclskn/php-yify-api)[ Packagist](https://packagist.org/packages/tnhnclskn/yify-api)[ RSS](/packages/tnhnclskn-yify-api/feed)WikiDiscussions master Synced 2mo ago

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

PHP Yify (YTS.AM) API
=====================

[](#php-yify-ytsam-api)

A simple Object Oriented wrapper for Yify (YTS.AM) API, written with PHP.

Uses [Yify API](https://yts.am/api). The object API is very similar to the RESTful API.

Features
--------

[](#features)

- PSR 6 Cache Pool
- Light and fast thanks to lazy loading of API classes
- Extensively tested and documented

Requirements
------------

[](#requirements)

- PHP &gt;= 5.6
- A [HTTP client](https://packagist.org/providers/php-http/client-implementation)
- A [PSR-7 implementation](https://packagist.org/providers/psr/http-message-implementation)
- (optional) PHPUnit to run tests.

Install
-------

[](#install)

Via Composer:

```
$ composer require tnhnclskn/yify-api
```

Why `php-http/guzzle6-adapter`? We are decoupled from any HTTP messaging client with help by [HTTPlug](http://httplug.io/).

Basic usage of `php-yify-api` client
------------------------------------

[](#basic-usage-of-php-yify-api-client)

```
