kingio/php-imdb-grabber 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kingio/php-imdb-grabber

最新稳定版本:8.5.12

Composer 安装命令:

composer require kingio/php-imdb-grabber

包简介

This class enables you to retrieve data from IMDb.com with PHP.

README 文档

README

Build Status

This PHP library enables you to scrap data from IMDB.com and it's heavily based on FabianBeiner's PHP-IMDB-Grabber (You can also find more info about this package, its license and conditions of usage there). It's begin used on production servers.

Install

composer require kingio/php-imdb-grabber

Usage

<?php


require './vendor/autoload.php';

$imdbId = "https://www.imdb.com/title/tt0241527/";

$imdb = new \IMDB\IMDB($imdbId);

print_r($imdb->getTitle());

Testing

See on Travis CI

Or:

composer update
./vendor/bin/phpunit test/DataTest.php

Changelog

https://github.com/kingio/PHP-IMDB-Grabber/releases

License

MIT

统计信息

  • 总下载量: 4.95k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-08-31