pewpewyou / nashor-scraper
Nashor is a fast high-level web crawling and web scraping tool for OP.GG
Requires
- php: ~5.6|~7.0
- guzzlehttp/guzzle: ^6.2.2
- symfony/css-selector: ^3.2.4
- symfony/dom-crawler: ^3.2.4
Requires (Dev)
- friendsofphp/php-cs-fixer: dev-master
- phpunit/phpunit: ~4.0||~5.0
- squizlabs/php_codesniffer: ^2.3
This package is not auto-updated.
Last update: 2024-11-17 08:43:18 UTC
README
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.