PHPackages                             bookin/kinopoisk-parser - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. bookin/kinopoisk-parser

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

bookin/kinopoisk-parser
=======================

kinopoisk Parser

463JavaScript

Since Aug 23Pushed 8y ago2 watchersCompare

[ Source](https://github.com/bookin/kinopoisk-parser)[ Packagist](https://packagist.org/packages/bookin/kinopoisk-parser)[ RSS](/packages/bookin-kinopoisk-parser/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Kinopoisk Parser Film
=====================

[](#kinopoisk-parser-film)

[![Total Downloads](https://camo.githubusercontent.com/d4981abf630e8731852887bf4e62880b5efe4a4a9c82007975322da223f9f274/68747470733a2f2f706f7365722e707567782e6f72672f626f6f6b696e2f6b696e6f706f69736b2d7061727365722f646f776e6c6f616473)](https://packagist.org/packages/bookin/kinopoisk-parser)[![Latest Stable Version](https://camo.githubusercontent.com/2b0f0413018d638ddfd6568d876ecf5b874f7f298d56b39500f49e07152940d5/68747470733a2f2f706f7365722e707567782e6f72672f626f6f6b696e2f6b696e6f706f69736b2d7061727365722f762f737461626c65)](https://packagist.org/packages/bookin/kinopoisk-parser)[![License](https://camo.githubusercontent.com/705261c977ad5146e0b7f398f9630bc67d6338ea668ada2c75bd7e747df70c97/68747470733a2f2f706f7365722e707567782e6f72672f626f6f6b696e2f6b696e6f706f69736b2d7061727365722f6c6963656e7365)](https://packagist.org/packages/bookin/kinopoisk-parser)

Configuring a server
--------------------

[](#configuring-a-server)

Install nodejs from [nvm](https://github.com/creationix/nvm):

```
sudo apt-get update
sudo apt-get install build-essential libssl-dev
curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh -o install_nvm.sh
bash install_nvm.sh
source ~/.profile
nvm install node
nvm use node

```

Install [Google Chrome](http://help.ubuntu.ru/wiki/google_chrome):

```
sudo apt-get install google-chrome-stable

```

If you will use library in the PHP with composer, need install [composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx):

```
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer

```

Installation
------------

[](#installation)

#### NodeJs

[](#nodejs)

*`TODO...`*

#### PHP

[](#php)

To install, either run

```
$ php composer.phar require bookin/kinopoisk-parser "@dev"

```

or add

```
"bookin/kinopoisk-parser": "@dev"

```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

Manual command:

`parser.js https://www.kinopoisk.ru/film/telokhranitel-killera-2017-835877/`

PHP class:

`Kinopoisk::parseByUrl('https://www.kinopoisk.ru/film/telokhranitel-killera-2017-835877/')`

Returns object:

```
{
    'id' : '',
    'name' : '',
    'original_name' : '',
    'description' : '',
    'image' : {
        'preview' : '',
        'original' : '',
    },
    'trailer' : '',
    'rating' : {
        'mark' : '',
        'count' : '',
    },
    'info' : {
        'year':'',
        'countries':['','',...],
        'slogan':'',
        'directors':[
            {
                'id':'',
                'url':'',
                'name':''
            },
            ...
        ],
        'scenario':[{},...],
        'producer':[{},...],
        'operator':[{},...],
        'composer':[{},...],
        'painter':[{},...],
        'mounting':[{},...],
        'genre':[{},...],
        'premiere_world':'',
        'premiere_rus':'',
        'premiere_ua':'',
        'age':'',
        'time':{
            'minutes':'',
            'hours':''
        }
    },
    'actors' : [{},...]
}

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

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/e42ca3ca9dd9b6a27b809ff12add877756d868499929dbf3ec15bc6564bdd0a0?d=identicon)[bookin](/maintainers/bookin)

---

Top Contributors

[![bookin](https://avatars.githubusercontent.com/u/537882?v=4)](https://github.com/bookin "bookin (20 commits)")

---

Tags

chrome-headlessnodejsphp

### Embed Badge

![Health badge](/badges/bookin-kinopoisk-parser/health.svg)

```
[![Health](https://phpackages.com/badges/bookin-kinopoisk-parser/health.svg)](https://phpackages.com/packages/bookin-kinopoisk-parser)
```

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19037.7M41](/packages/mck89-peast)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9642.0k](/packages/sauladam-shipment-tracker)[jstewmc/rtf

Read and write Rich Text Format (RTF) documents with PHP

46143.1k6](/packages/jstewmc-rtf)[moonshine/layouts-field

Field for repeating groups of fields for MoonShine

107.9k](/packages/moonshine-layouts-field)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

112.9k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

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