PHPackages                             lariele/movie-api-tmdb - 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. [API Development](/categories/api)
4. /
5. lariele/movie-api-tmdb

ActiveLibrary[API Development](/categories/api)

lariele/movie-api-tmdb
======================

Import Movies from TMDB Api.

v0.1(3y ago)05MITPHPPHP ^7.4|^8.0

Since Jan 26Pushed 2y agoCompare

[ Source](https://github.com/lariele/movie-api-tmdb)[ Packagist](https://packagist.org/packages/lariele/movie-api-tmdb)[ RSS](/packages/lariele-movie-api-tmdb/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

TMDB Movies Import
==================

[](#tmdb-movies-import)

[![Latest Stable Version](https://camo.githubusercontent.com/28712560d3f48ff0c8b89445c7013378ed440492e1da335b5679f0b92100743d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6c617269656c652f6d6f7669652d6170692d746d6462)](https://packagist.org/packages/lariele/movie-api-tmdb)[![Latest Tag](https://camo.githubusercontent.com/a4437383ea2880c0ba20cc5cb0fb33fd3c82a9be072ca90fd7eac42dd08cd568/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f6c617269656c652f6d6f7669652d6170692d746d6462)](https://packagist.org/packages/lariele/movie-api-tmdb)[![License](https://camo.githubusercontent.com/69ec11813d0d3aaef0091b67619f7e089a99b9252431258e780199d9a7b2b04c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6c617269656c652f6d6f7669652d6170692d746d6462)](https://packagist.org/packages/lariele/movie-api-tmdb)

### Import Movies from TMDB API

[](#import-movies-from-tmdb-api)

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

[](#installation)

```
composer require lariele/movie-api-tmdb

```

Database
--------

[](#database)

#### Run Database migrations

[](#run-database-migrations)

```
php artisan migrate

```

Seed Database
-------------

[](#seed-database)

#### Publish DB migrations &amp; seeders

[](#publish-db-migrations--seeders)

```
php artisan vendor:publish --provider="Lariele\MovieApiTMDB\MovieApiTMDBServiceProvider" --tag=database

```

#### Publish Config

[](#publish-config)

```
php artisan vendor:publish --provider="Lariele\MovieApiTMDB\MovieApiTMDBServiceProvider" --tag=config

```

#### Get API key from TMDB Api and add to env - MOVIEAPI\_TMDB\_KEY

[](#get-api-key-from-tmdb-api-and-add-to-env---movieapi_tmdb_key)

```
MOVIEAPI_TMDB_KEY=tmdb_secret_key

```

Import and convert movies from TMDB
-----------------------------------

[](#import-and-convert-movies-from-tmdb)

```
php artisan movie-api-tmdb:get-movies-discover

```

#### Feed DB with Fake TMDB movies

[](#feed-db-with-fake-tmdb-movies)

```
php artisan db:seed MovieTMDBSeeder

```

Development
-----------

[](#development)

#### Publish views

[](#publish-views)

```
php artisan vendor:publish --provider="Lariele\MovieApiTMDB\MovieApiTMDBServiceProvider" --tag=views

```

#### Dev

[](#dev)

```
npm run dev

```

#### Build

[](#build)

```
npm run build

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

1254d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e5e4a72930e4882181e38b893f6ee127c34cdabfc52a08cd4e6d4348fe717dd?d=identicon)[nilladin](/maintainers/nilladin)

---

Top Contributors

[![nilladin](https://avatars.githubusercontent.com/u/34689078?v=4)](https://github.com/nilladin "nilladin (3 commits)")

---

Tags

laravelM8M

### Embed Badge

![Health badge](/badges/lariele-movie-api-tmdb/health.svg)

```
[![Health](https://phpackages.com/badges/lariele-movie-api-tmdb/health.svg)](https://phpackages.com/packages/lariele-movie-api-tmdb)
```

###  Alternatives

[rakibdevs/openweather-laravel-api

Laravel package to connect https://openweathermap.org/ to get customized weather data for any location on the globe immediately

7652.6k](/packages/rakibdevs-openweather-laravel-api)

PHPackages © 2026

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