PHPackages                             redpanda/php-imdb - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. redpanda/php-imdb

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

redpanda/php-imdb
=================

A PHP 5.3 library for scraping IMDb.

10457[1 issues](https://github.com/redpanda/php-imdb/issues)[2 PRs](https://github.com/redpanda/php-imdb/pulls)PHP

Since Oct 25Pushed 13y ago1 watchersCompare

[ Source](https://github.com/redpanda/php-imdb)[ Packagist](https://packagist.org/packages/redpanda/php-imdb)[ RSS](/packages/redpanda-php-imdb/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP IMDb
========

[](#php-imdb)

A PHP 5.3 library for scraping IMDb, strongly inspired by [imdb](https://github.com/ariejan/imdb).

[![Build Status](https://camo.githubusercontent.com/b8b9879fc3aab93bb016f942550a00bccafbbee5e14260f0a58b3bb581103818/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f72656470616e64612f7068702d696d64622e706e67)](http://travis-ci.org/redpanda/php-imdb)

Installation
------------

[](#installation)

### Install vendors

[](#install-vendors)

```
wget http://getcomposer.org/composer.phar
php composer.phar install

```

### Update vendors

[](#update-vendors)

```
php composer.phar update

```

Usage
-----

[](#usage)

### Get Movie

[](#get-movie)

```
