wielski/kinopoisk is a Laravel package for laravel wrapper for kinopoisk api.
It currently has 2 GitHub stars and 66 downloads on Packagist.
Install it with composer require wielski/kinopoisk.
Discover more Laravel packages by wielski
or browse all Laravel packages to compare alternatives.
Last updated
Kinopoisk protected API Laravel client Author: @wielski
Require package using composer
composer require wielski/kinopoisk
And thats all! :rainbow: Unicorn from magicland will arrive on his own rainbow, and will install all Service Providers and Aliases.
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);