wielski / kinopoisk
Laravel wrapper for Kinopoisk API
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 3
Open Issues: 0
pkg:composer/wielski/kinopoisk
Requires
- guzzlehttp/guzzle: ^6.0
- illuminate/support: ^5.5
Requires (Dev)
- phpunit/phpunit: ^6.2
This package is not auto-updated.
Last update: 2025-10-18 20:32:25 UTC
README
Kinopoisk protected API Laravel client Author: @wielski
Installing
Require package using composer
composer require wielski/kinopoisk
And thats all! 🌈 Unicorn from magicland will arrive on his own rainbow, and will install all Service Providers and Aliases.
Using
First of all import Service using alias in the top of your class
<?php
...
use Kinopoisk;
Then just call methods like this:
$film = Kinopoisk::films()->getFilm(301);