FunnyRain / hltv-api

:info: unofficial HLTV Api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unofficial HLTV Api

📝 Easy to use!

Methods

  • methods are empty, but soon there will be something here!

Installation

  1. clone this repository
git clone https://github.com/FunnyRain/hltv-api.git
  1. to use the library in your project, you need:
  require_once 'autoload.php';

  use FunnyRain\hltv;

  class getMatches extends hltv {
    public function __construct() {
      print_r($this->__load(MATCHES));
    }
  }

  $app = new getMatches();
  // You can connect your socks5 proxies 
  $app->settings(['user', 'pass', 'ip', 'port'])

Examples

see examples

About

:info: unofficial HLTV Api

License:MIT License


Languages

Language:PHP 100.0%