{"id":21846133,"url":"https://github.com/owenvoke/wwt-simple-upload","last_synced_at":"2026-05-19T19:37:31.530Z","repository":{"id":57046119,"uuid":"78620300","full_name":"owenvoke/wwt-simple-upload","owner":"owenvoke","description":"A (really easy to use) uploader for WorldWideTorrents written in PHP.","archived":false,"fork":false,"pushed_at":"2017-12-06T11:00:15.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-03T14:53:26.613Z","etag":null,"topics":["php-wrapper","torrents","upload","worldwidetorrents","wwt-api"],"latest_commit_sha":null,"homepage":"https://packagist.org/p/pxgamer/wwt-simple-upload","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/owenvoke.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-11T08:50:13.000Z","updated_at":"2017-11-08T18:49:41.000Z","dependencies_parsed_at":"2022-08-24T04:50:37.458Z","dependency_job_id":null,"html_url":"https://github.com/owenvoke/wwt-simple-upload","commit_stats":null,"previous_names":["pxgamer/wwt-simple-upload"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/owenvoke/wwt-simple-upload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fwwt-simple-upload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fwwt-simple-upload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fwwt-simple-upload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fwwt-simple-upload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owenvoke","download_url":"https://codeload.github.com/owenvoke/wwt-simple-upload/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fwwt-simple-upload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33229365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T15:49:41.270Z","status":"ssl_error","status_checked_at":"2026-05-19T15:49:22.917Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php-wrapper","torrents","upload","worldwidetorrents","wwt-api"],"created_at":"2024-11-27T23:12:58.440Z","updated_at":"2026-05-19T19:37:26.523Z","avatar_url":"https://github.com/owenvoke.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wwt-simple-upload\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-travis]][link-travis]\n[![Style CI][ico-styleci]][link-styleci]\n[![Code Coverage][ico-code-quality]][link-code-quality]\n[![Total Downloads][ico-downloads]][link-downloads]\n\nA (really easy to use) uploader for WorldWideTorrents written in PHP.\n\n## Structure\n\n```\nsrc/\ntests/\nvendor/\n```\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require pxgamer/wwt-simple-upload\n```\n\n## Usage\n\n```php\nuse pxgamer\\WorldWideTorrents\\Uploader;\n\n$apiKey = getenv('WWT_API_KEY');\n\n$content = [\n    'name'         =\u003e '',               // The uploaded torrent's title\n    'torrent_file' =\u003e 'C:\\a.torrent',   // The full path to the torrent file\n    'category_id'  =\u003e 39,               // The category ID\n];\n\n$data = Uploader::upload($apiKey, $content);\n```\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [pxgamer][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/pxgamer/wwt-simple-upload.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/pxgamer/wwt-simple-upload/master.svg?style=flat-square\n[ico-styleci]: https://styleci.io/repos/78620300/shield\n[ico-code-quality]: https://img.shields.io/codecov/c/github/pxgamer/wwt-simple-upload.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/pxgamer/wwt-simple-upload.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/pxgamer/wwt-simple-upload\n[link-travis]: https://travis-ci.org/pxgamer/wwt-simple-upload\n[link-styleci]: https://styleci.io/repos/78620300\n[link-code-quality]: https://codecov.io/gh/pxgamer/wwt-simple-upload\n[link-downloads]: https://packagist.org/packages/pxgamer/wwt-simple-upload\n[link-author]: https://github.com/pxgamer\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenvoke%2Fwwt-simple-upload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowenvoke%2Fwwt-simple-upload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenvoke%2Fwwt-simple-upload/lists"}