PHPackages                             julia-queen/kinopoisk-package - 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. julia-queen/kinopoisk-package

ActiveLibrary[API Development](/categories/api)

julia-queen/kinopoisk-package
=============================

Getting movie info from the Kinopoisk website

v1.0.1(4y ago)0151PHPPHP &gt;=7.4.0

Since Feb 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/YuliaQueen/kinpoisk-package)[ Packagist](https://packagist.org/packages/julia-queen/kinopoisk-package)[ RSS](/packages/julia-queen-kinopoisk-package/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

Kinopoisk-package
=================

[](#kinopoisk-package)

Composer-пакет для получения информации о фильмах с сайта Кинопоиск. Создан в учебных целях в рамках курса "PHP Developer Professional" на учебной платформе Otus.

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

[](#installation)

Подключение пакета при помощи пакетного менеджера Composer.

```
composer require julia-queen/kinopoisk-package
```

Usage
-----

[](#usage)

Перед началом использования необходимо получить ApiKey на сайте [Kinopoisk Api Unofficial](https://kinopoiskapiunofficial.tech/)

```
// вернет ссылки на постеры
$apiKey = 'your apiKey';
$filmApi = new KinopoiskFilms($apiKey);
$filmApi->getImages($id);

//вернет общую информацию о фильме по его id
$filmApi->getFilmInfoById($id)
```

Для получения списка премьер фильмов по году и месяцу необходимо использовать перечисление `src/Enums/MonthEnum.php`

Также доступны методы получения интересных фактов о фильме, получение ТОП фильмов, получение трейлеров, получение премьер фильмов за выбранный месяц и год

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1597d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dab7a4f126fa5030172e643751dc692de085e58ec2026e5e70db38334d72fca8?d=identicon)[YuliaQueen](/maintainers/YuliaQueen)

---

Top Contributors

[![YuliaQueen](https://avatars.githubusercontent.com/u/47974880?v=4)](https://github.com/YuliaQueen "YuliaQueen (2 commits)")

### Embed Badge

![Health badge](/badges/julia-queen-kinopoisk-package/health.svg)

```
[![Health](https://phpackages.com/badges/julia-queen-kinopoisk-package/health.svg)](https://phpackages.com/packages/julia-queen-kinopoisk-package)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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