PHPackages                             slvler/imdb-service - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. slvler/imdb-service

ActivePackage[HTTP &amp; Networking](/categories/http)

slvler/imdb-service
===================

IMDB.com api service for php

v1.1.1(1y ago)972MITPHP

Since Jul 2Pushed 1y ago3 watchersCompare

[ Source](https://github.com/slvler/Imdb-service)[ Packagist](https://packagist.org/packages/slvler/imdb-service)[ RSS](/packages/slvler-imdb-service/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Imdb Service
============

[](#imdb-service)

[![tests](https://github.com/slvler/Imdb-service/actions/workflows/tests.yml/badge.svg)](https://github.com/slvler/Imdb-service/actions/workflows/tests.yml)[![Latest Stable Version](https://camo.githubusercontent.com/b50802ee709711ed560869112353c97c688ef27bbb5f1a00d8a74e639219414a/68747470733a2f2f706f7365722e707567782e6f72672f736c766c65722f696d64622d736572766963652f76)](https://packagist.org/packages/slvler/imdb-service)[![Latest Unstable Version](https://camo.githubusercontent.com/0c9ccc1f4ea534997995ccf41a597e10fac9069a8c46de7e09fa0bf832497cf3/68747470733a2f2f706f7365722e707567782e6f72672f736c766c65722f696d64622d736572766963652f762f756e737461626c65)](https://packagist.org/packages/slvler/imdb-service)[![License](https://camo.githubusercontent.com/8b258458739c38e9e4763eb1f5e244fe4d574900ed5aa3d115f1eb359c19de63/68747470733a2f2f706f7365722e707567782e6f72672f736c766c65722f696d64622d736572766963652f6c6963656e7365)](https://packagist.org/packages/slvler/imdb-service)[![Total Downloads](https://camo.githubusercontent.com/fd3ff30372e817ef377468868dee85efdbed23621ee5c21d8d752d809c3603e5/68747470733a2f2f706f7365722e707567782e6f72672f736c766c65722f696d64622d736572766963652f646f776e6c6f616473)](https://packagist.org/packages/slvler/imdb-service)

Connecting to imdb.com with curl and data extraction process

#### Composer

[](#composer)

```
composer require slvler/imdb-service
```

Initialize
----------

[](#initialize)

```

```

#### Title ():

[](#title-)

Title:

```

```

#### Rating ():

[](#rating-)

Rating:

```

```

#### Vote ():

[](#vote-)

Vote:

```

```

#### Also Known As ():

[](#also-known-as-)

Also Known As:

```

```

#### Awards ():

[](#awards-)

Awards:

```

```

#### Director ():

[](#director-)

Director:

```

```

#### Writers ():

[](#writers-)

Writers:

```

```

#### Stars ():

[](#stars-)

Stars:

```

```

#### Budget ():

[](#budget-)

Budget:

```

```

#### Country ():

[](#country-)

Country:

```

```

#### Language ():

[](#language-)

Language:

```

```

#### Color ():

[](#color-)

Color:

```

```

#### Aspect Ratio ():

[](#aspect-ratio-)

Aspect Ratio:

```

```

#### Official Sites ():

[](#official-sites-)

Official Sites:

```

```

#### Runtime ():

[](#runtime-)

Runtime:

```

```

#### Locations ():

[](#locations-)

Locations:

```

```

#### Certification ():

[](#certification-)

Certification:

```

```

#### Plot Summary ():

[](#plot-summary-)

Plot Summary:

```

```

#### Plot Keywords ():

[](#plot-keywords-)

Plot Keywords:

```

```

#### Taglines ():

[](#taglines-)

Taglines:

```

```

#### Genres ():

[](#genres-)

Genres:

```

```

#### Sound Mix ():

[](#sound-mix-)

Sound Mix:

```

```

#### Movie Connections ():

[](#movie-connections-)

Movie Connections:

```

```

#### Soundtracks ():

[](#soundtracks-)

Soundtracks:

```

```

#### Crazy Credits ():

[](#crazy-credits-)

Crazy Credits:

```

```

#### Quotes ():

[](#quotes-)

Quotes:

```

```

#### Poster ():

[](#poster-)

Poster:

```

```

#### Media ($uri):

[](#media-uri)

Media:

```

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~280 days

Total

4

Last Release

566d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ab8128832fb3e8a0d513453a903d7c49475f5f89dbf7ec39cf1d0518026b7ea?d=identicon)[slvler](/maintainers/slvler)

---

Top Contributors

[![selviler](https://avatars.githubusercontent.com/u/56368718?v=4)](https://github.com/selviler "selviler (19 commits)")

---

Tags

composercurlimdbimdb-apiimdb-webscrappingphpphp-apiphp7

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/slvler-imdb-service/health.svg)

```
[![Health](https://phpackages.com/badges/slvler-imdb-service/health.svg)](https://phpackages.com/packages/slvler-imdb-service)
```

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M317](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M292](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
