sankam-nikolya / yii2-kinopoisk-parser
kinopoisk Parser for Yii2
Installs: 82
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 1
Type:yii2-extension
Requires
This package is not auto-updated.
Last update: 2021-11-27 02:32:21 UTC
README
Kinopoisk Parser for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist sankam-nikolya/yii2-kinopoisk-parser "*"
or add
"sankam-nikolya/yii2-kinopoisk-parser": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
use sankam\parser\Kinopoisk;
$data = Kinopoisk::getFilmData('160946'); $data1 = Kinopoisk::getFilmRating('160946'); $data2 = Kinopoisk::find('Первый мститель');