This is a open source multi-thread League of Legends scraper for OP.GG website.
If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following.
bin/
config/
src/
tests/
vendor/
This package can be found on Packagist and is best loaded using Composer.
$ composer require pewpewyou/nashor-scraper
require 'vendor/autoload.php';
use Nashor\Summoner;
$summoner = new Summoner('páprika', 'lan');
//retrives summoner match making rate
$info = $summoner->info();
print_r($info);
Please see CHANGELOG for more information on what has changed recently.
TBA
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email :author_email instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.