PHP code example of appzz / kinopoisk

1. Go to this page and download the library: Download appzz/kinopoisk library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

appzz / kinopoisk example snippets


$kp = new AppZz\Http\Kinopoisk\Kinopoisk (1272854);
$parser = $kp->parser();
$rating = $kp->rating();

$data = $parser->parse();
print_r ($data);

$r = $rating->get_rating();
print_r ($data);