Skip to content
 
 

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torrent Scraper

Build Status

About

This library provides an abstraction to search for torrent files accross some torrent websites.

Usage

<?php

$scraperService = new \Xurumelous\TorrentScraper\TorrentScrapperService('kickassTorrents');
$results = $scraperService->search('elementaryos');

foreach ($results as $result) {
	$result->getName();
    $result->getSeeders();
    $result->getLeechers();
    $result->getTorrentUrl();
    $result->getMagnetUrl();
}

Available adapters

About

Search for torrent on many torrent websites

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages