LaravelPackages.net
Acme Inc.
Toggle sidebar
wielski/kinopoisk

Laravel wrapper for Kinopoisk API

66
2
About wielski/kinopoisk

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

Kinopoisk protected API Laravel client Author: @wielski

Installing

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.

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);
Comments