Skip to content

wielski/kinopoisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Kinopoisk Laravel client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages