PHPackages                             jafaripur/varzesh3-crawler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. jafaripur/varzesh3-crawler

AbandonedArchivedLibrary[API Development](/categories/api)

jafaripur/varzesh3-crawler
==========================

Crawler for varzesh3.com livescore

3481PHP

Since Jun 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jafaripur/crawler-varzesh3.com)[ Packagist](https://packagist.org/packages/jafaripur/varzesh3-crawler)[ RSS](/packages/jafaripur-varzesh3-crawler/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Crawler for varzesh3.com
========================

[](#crawler-for-varzesh3com)

Varzesh3.com one of popular sport news agency in Iran. This crawler fetch the infomation from this website.

Install
-------

[](#install)

Install using composer:

```
composer require "jafaripur/varzesh3-crawler"
```

Usage
-----

[](#usage)

After installing add this line in top of page

```
use jafaripur\varzesh3\Varzesh3Crawler;
```

And create new instance from `Varzesh3Crawler`

```
$crawler = new Varzesh3Crawler();
```

If you want to add fetching url use this one

```
$crawler = new Varzesh3Crawler('http://www.varzesh3.com/livescore');
```

### Livescore

[](#livescore)

Fetching livescore for football

```
$crawler = new Varzesh3Crawler();
$data = $crawler->getFootballLiveScore();
```

for fetch all available sport like an footbal, volleyball,...

```
$data = $crawler->getLiveScore();
```

The structure of `$data` variable similar to this one for football score:

```
(
    [start_time] => start time
    [start_date] => start date
    [match_status] => match status, time or finished,...
    [team_right] => Array
        (
            [name] => right team name
            [score] => socre to this time
        )
    [team_left] => Array
    (
        [name] => left team name
        [score] => socre to this time
    )
    [events] => Array
    (
        [team_left] => Array
        (
            [name] => name of event like an goal, own_goal,...
            [time] => time of event
            [player] => name of player
        )
        [team_right] => Array
        (
            [name] => name of event like an goal, own_goal,...
            [time] => time of event
            [player] => name of player
        )
    )
)

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ef5abdd87a0fe17b2b42f341352ff12da0a000ef3a8df121e8eeabb82c859c4?d=identicon)[jafaripur](/maintainers/jafaripur)

---

Top Contributors

[![jafaripur](https://avatars.githubusercontent.com/u/5066430?v=4)](https://github.com/jafaripur "jafaripur (7 commits)")

### Embed Badge

![Health badge](/badges/jafaripur-varzesh3-crawler/health.svg)

```
[![Health](https://phpackages.com/badges/jafaripur-varzesh3-crawler/health.svg)](https://phpackages.com/packages/jafaripur-varzesh3-crawler)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
