pewpewyou/nashor-scraper

Nashor is a fast high-level web crawling and web scraping tool for OP.GG

1.0.4 2017-04-24 18:42 UTC

This package is not auto-updated.

Last update: 2024-04-21 06:07:00 UTC


README

Latest Stable Version Software License Build Status Total Downloads

This is a open source multi-thread League of Legends scraper for OP.GG website.

Structure

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/

Install

This package can be found on Packagist and is best loaded using Composer.

$ composer require pewpewyou/nashor-scraper

Usage

require 'vendor/autoload.php';

use Nashor\Summoner;

$summoner = new Summoner('páprika', 'lan');

//retrives summoner match making rate

$info = $summoner->info();

print_r($info);

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

TBA

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.