PHPackages                             dood/afisha-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dood/afisha-crawler

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dood/afisha-crawler
===================

v1.1.0(5y ago)113[2 PRs](https://github.com/dood-/Afisha-Crawler/pulls)PHP

Since Jan 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dood-/Afisha-Crawler)[ Packagist](https://packagist.org/packages/dood/afisha-crawler)[ RSS](/packages/dood-afisha-crawler/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (9)Used By (0)

```
$crawler = new Crawler;
$fetcher = new GuzzleFetcher;

$coliseum = new P24('https://api.kinobilety.net/api', $fetcher);
$coliseum->setMarket('698');

$kino = clone $coliseum;
$kino->setMarket('1');

$kinomax = new Kinomax('https://kinomax.ru', $fetcher);

$result = $crawler
    ->addParser($kino)
    ->addParser($coliseum)
    ->addParser($kinomax)
    ->fetchAsync();

$result = Crawler::mergeDuplicates(
    array_reduce($result, 'array_merge', []));

var_dump($result);

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~79 days

Recently: every ~99 days

Total

6

Last Release

1909d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/889ed12a8aca5c9a1f4134d44726efb68998fe5c634ff87bf0522c117b41ed0c?d=identicon)[dood](/maintainers/dood)

---

Top Contributors

[![dood-](https://avatars.githubusercontent.com/u/10099592?v=4)](https://github.com/dood- "dood- (10 commits)")

### Embed Badge

![Health badge](/badges/dood-afisha-crawler/health.svg)

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

###  Alternatives

[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[ashallendesign/favicon-fetcher

A Laravel package for fetching website's favicons.

190272.4k3](/packages/ashallendesign-favicon-fetcher)

PHPackages © 2026

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