A collection of parsers for various torrent RSS/JSON feeds.
Via Composer
$ composer require pxgamer/torrent-parser-phpAll parameters are returned as a Collection of Torrent instances.
Search
use \pxgamer\TorrentParser;
TorrentParser\WorldWideTorrents::search('Search Query');Latest
use \pxgamer\TorrentParser;
TorrentParser\WorldWideTorrents::latest();User
use \pxgamer\TorrentParser;
TorrentParser\WorldWideTorrents::user('username');NOTE: RARBG only supports the ::latest() function.
Latest
use \pxgamer\TorrentParser;
TorrentParser\RARBG::latest();NOTE: EZTV only supports the ::latest() function.
Latest
use \pxgamer\TorrentParser;
TorrentParser\EZTV::latest();NOTE: LimeTorrents only supports the ::latest() function.
Latest
use \pxgamer\TorrentParser;
TorrentParser\LimeTorrents::latest();Please see CHANGELOG for more information on what has changed recently.
$ composer testPlease see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email security@pxgamer.xyz instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.