Download the PHP package webrepin/hltv-api without Composer
On this page you can find all versions of the php package webrepin/hltv-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package hltv-api
PHP hltv-api
The hltv based module for the automatic event grabbing
About
-
What is it? This is PHP code for parsing Hltv requests.
-
What can it do? It can get actual match-list, get detailed match-info for single match.
- What I need to work with it? First of all you need web-server with PHP 7.0+ ( PDO and cURL should be enabled). Then look at install section.
Install
-
Install via Composer:
`
-
Initialize Hltv-Api like this:
``
-
Supported list of requests is:
Requests
Type URL Supported ongoing https://www.hltv.org/matches upcoming https://www.hltv.org/matches results https://www.hltv.org/results matchDetails https://www.hltv.org/matches/xxxx-xxxx-xxxxx -
All request return object abstract layer based on Entity
``
Example how to getting ongoing match list:
``
Follow the match details:
``
-
To getting more stability you can protect your request by using Proxy list
``
All versions of hltv-api with dependencies
PHP Build Version
Package Version
No informations.
The package webrepin/hltv-api contains the following files
Loading the files please wait ....