2017 © Pedro Peláez
 

library wwt-simple-upload

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

image

pxgamer/wwt-simple-upload

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

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

The README.md

wwt-simple-upload

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

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

Structure

src/
tests/
vendor/

Install

Via Composer, (*3)

``` bash $ composer require pxgamer/wwt-simple-upload, (*4)


## Usage ```php 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

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

Testing

bash $ composer test, (*6)

Contributing

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

Security

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

Credits

License

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

The Versions

06/12 2017

dev-develop

dev-develop

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

  Sources   Download

MIT

The Requires

  • ext-curl *
  • php ^7.1

 

The Development Requires

06/12 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

  • ext-curl *
  • php ^7.1

 

The Development Requires

by Avatar PXgamer

06/12 2017

v1.1.2

1.1.2.0

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

  Sources   Download

MIT

The Requires

  • php ^7.1
  • ext-curl *

 

The Development Requires

20/11 2017

v1.1.1

1.1.1.0

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

  Sources   Download

MIT

The Requires

  • php ^7.1
  • ext-curl *

 

The Development Requires

08/11 2017

v1.1.0

1.1.0.0

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

  Sources   Download

MIT

The Requires

  • php ^7.1
  • ext-curl *

 

The Development Requires

02/11 2017

v1.0.5

1.0.5.0

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

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-curl *

 

The Development Requires

02/11 2017

v1.0.4

1.0.4.0

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

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-curl *

 

02/09 2017

v1.0.3

1.0.3.0

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

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-curl *

 

23/08 2017

v1.0.2

1.0.2.0

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

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-curl *

 

11/01 2017

v1.0.1

1.0.1.0 https://github.com/PXgamer/wwt-simple-upload

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

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-curl *

 

by Avatar PXgamer

11/01 2017

v1.0.0

1.0.0.0 https://github.com/PXgamer/wwt-simple-upload

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

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • ext-curl *

 

by Avatar PXgamer