Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 526 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 526 Bytes

/Kinopoisk

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