2017 © Pedro Peláez
 

library tapi

A PHP class for utilising the TorrentAPI.

image

pxgamer/tapi

A PHP class for utilising the TorrentAPI.

  • Wednesday, December 6, 2017
  • by PXgamer
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

tAPI (torrentAPI)

Latest Version on Packagist ![Software License][ico-license] Build Status Style CI ![Code Coverage][ico-code-quality] Total Downloads, (*1)

A PHP class for utilising the TorrentAPI., (*2)

Structure

src/
tests/
vendor/

Install

Via Composer, (*3)

``` bash $ composer require pxgamer/tapi, (*4)


## Usage #### _Validating and signing in_ ```php $tAPI = new \pxgamer\tAPI\Client; $tAPI->setApiAuth('api_key');

Returns: boolean, (*5)

Signing out

$tAPI = new \pxgamer\tAPI\Client;
$tAPI->unsetApiAuth();

Returns: boolean, (*6)

Uploading a torrent

$tAPI = new \pxgamer\tAPI\Client;
$tAPI->upload('file_path');

Returns: json, (*7)

Downloading a torrent

$tAPI = new \pxgamer\tAPI\Client;
$tAPI->download('info_hash');

Returns: json | file_content, (*8)

Change log

Please see CHANGELOG for more information on what has changed recently., (*9)

Testing

bash $ composer test, (*10)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*11)

Security

If you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker., (*12)

Credits

License

The MIT License (MIT). Please see License File for more information., (*13)

The Versions

06/12 2017

dev-develop

dev-develop

A PHP class for utilising the TorrentAPI.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

06/12 2017

dev-master

9999999-dev

A PHP class for utilising the TorrentAPI.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Avatar PXgamer

06/12 2017

v1.0.6

1.0.6.0

A PHP class for utilising the TorrentAPI.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

20/11 2017

v1.0.5

1.0.5.0

A PHP class for utilising the TorrentAPI.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

20/11 2017

v1.0.4

1.0.4.0

A PHP class for utilising the TorrentAPI.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

24/12 2016

v1.0.3

1.0.3.0 https://github.com/PXgamer/tAPI

A PHP class for utilising the TorrentAPI.

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-curl *

 

by Avatar PXgamer

12/12 2016

v1.0.2

1.0.2.0 https://github.com/PXgamer/tAPI

A PHP class for utilising the TorrentAPI.

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-curl *

 

by Avatar PXgamer

12/12 2016

v1.0.0

1.0.0.0 https://github.com/PXgamer/tAPI

A PHP class for utilising the TorrentAPI.

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-curl *

 

by Avatar PXgamer

12/12 2016

v1.0.1

1.0.1.0 https://github.com/PXgamer/tAPI

A PHP class for utilising the TorrentAPI.

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-curl *

 

by Avatar PXgamer