mehdihamid/movies-api
最新稳定版本:1.0.2
Composer 安装命令:
composer require mehdihamid/movies-api
包简介
this is movies api
README 文档
README
##This is a free movie and TV series web service library connected to the DigiMovies website for front-end developers.
Note that to download videos and thumbnails, you must use Iran's IP address
Requirements
Movies Api depends on PHP 8.0+.
Installation
Add mehdihamid/movies-api as a require dependency in your composer.json file:
composer require mehdihamid/movies-api
Usage
use Movies\DigiMovies; $client = new DigiMovies();
Get a list of categories
echo $api->category();
Search Movie or Series
echo $api->search("the boy");
Receive Movies
echo $api->home(); // Get Home Page Movies echo $api->movies(); // Get Movies echo $api->farsiDubbedMovies(); // Get Farsi Dubbed Movies echo $api->animationMovies(); // Get Animation Movies echo $api->movies3D(); // Get 3D Movies
Receive Series
echo $api->series(); // Get Series echo $api->mostVisitedSeries(); // Get Most Visited Series echo $api->koreanSeries(); // Get Korean Series echo $api->farsiDubbedSeries(); // Get Farsi Dubbed Series echo $api->animationSeries(); // Get Animation Series echo $api->animeSeries(); // Get Anime Series
Get Download Link Movie or Series
$api->getMovie("serie/the-boys-7"); // The received key from the list of videos or series
If this project is helpful to you, you may wish to give it a🌟
- TRX :
TZ7zUPVnVTRnatn1JZtRQVAzfFfJ9xmjjQ
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-07-19