steam-market-providers / cs-go

This library parses items from the steam market for game Counter-Strike: Global Offensive

Home Page:https://steamcommunity.com/market/search?&appid=730

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Counter-Strike: Global Offensive provider. Steam market items parser.

Install

composer require steam-market-providers/cs-go

How use

SteamParserFactory::create()
    ->setStrategy(new GuzzleStrategy(
        (new HttpOptions())
            ->setProxy('212.82.126.32:80')
            ->setUserAgent('Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1')
            ->setTimeout(10)
    ))
    ->setTemplateMethod(new CsGOProvider())
    ->run(1);

Support

For support, email evgeniymykhalichenko@gmail.com or telegram @krep1sh

License

MIT

About

This library parses items from the steam market for game Counter-Strike: Global Offensive

https://steamcommunity.com/market/search?&appid=730

License:MIT License


Languages

Language:PHP 100.0%