wielski/kinopoisk

Laravel wrapper for Kinopoisk API

dev-master 2017-11-09 08:38 UTC

This package is not auto-updated.

Last update: 2024-05-04 13:51:28 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);