PHP code example of pxgamer / torrent-parser-php

1. Go to this page and download the library: Download pxgamer/torrent-parser-php library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

pxgamer / torrent-parser-php example snippets


use \pxgamer\TorrentParser;
TorrentParser\WorldWideTorrents::search('Search Query');

use \pxgamer\TorrentParser;
TorrentParser\WorldWideTorrents::latest();

use \pxgamer\TorrentParser;
TorrentParser\WorldWideTorrents::user('username');

use \pxgamer\TorrentParser;
TorrentParser\RARBG::latest();

use \pxgamer\TorrentParser;
TorrentParser\EZTV::latest();

use \pxgamer\TorrentParser;
TorrentParser\LimeTorrents::latest();
bash
$ composer