2017 © Pedro Peláez
 

library kinopoisk

Laravel wrapper for Kinopoisk API

image

wielski/kinopoisk

Laravel wrapper for Kinopoisk API

  • Thursday, November 9, 2017
  • by wielski
  • Repository
  • 1 Watchers
  • 1 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 18 % Grown

The README.md

/Kinopoisk

Kinopoisk protected API Laravel client Author: @wielski, (*1)

Installing

Require package using composer, (*2)

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., (*3)

Using

First of all import Service using alias in the top of your class, (*4)

<?php
...
use Kinopoisk;

Then just call methods like this:, (*5)

$film = Kinopoisk::films()->getFilm(301);

The Versions

09/11 2017

dev-master

9999999-dev

Laravel wrapper for Kinopoisk API

  Sources   Download

proprietary

The Requires

 

The Development Requires

laravel api kinopoisk