PHPackages                             lima/movies - 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. lima/movies

ActiveMagento2-module[API Development](/categories/api)

lima/movies
===========

A module that integrate magento 2 with some movies api to import movies to catalog

1.1.1(5y ago)04[1 issues](https://github.com/lima195/Lima_Movie/issues)OSL-3.0PHPPHP ~7.1.3||~7.2.0||~7.3.0

Since Jun 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/lima195/Lima_Movie)[ Packagist](https://packagist.org/packages/lima/movies)[ RSS](/packages/lima-movies/feed)WikiDiscussions master Synced today

READMEChangelog (10)DependenciesVersions (4)Used By (0)

Install this package using the composer:  (version 1.0.4)

Considerations: - The module was built following the best practices of Magento, using ui components, ko javascript, saving data with queue repository, interfaces and queue with cron. - I tried so hard to use ui components to retrieve items from the API, but nothing works, I got overlaping block collection (without ui components), but the pagination, the total of items and the filter were not working well. After many tries, my best solution for this was to use a block model and ko scripts to create a table and an ajax form to retrieve items from the API (keeping magento 2 admin theme at most). All other admin grid uses best practices with full-featured ui components (except in-line editing). - I chose to use the queue system with cron to import products, but the queue import can be forced with the bulk action import (admin grid queue). - I have some versions on packgist because I never put a projeto into packgist and I had to do some tests.

This module contains the following resources: 1 - Set a default value for products like 'price', 'stock' and 'attribute\_set' 2 - Define the default search terms, such as 'language' and 'adult' 3 - Import movie with custom price or stock (this overlaps with default 'price' or 'price'), you can override these values in the search results table, just before import 4 - Movies import through the queuing system (using cron). After searching and importing the selected results, this movie goes to a queue import and then becomes a product 5 - The queuing system uses cron to import products 6 - You can add a movie as one of your favorite in the catalog page view clicking "Add to favorites" button next to "Add to wish list" or "Add to compare" 7 - This module can be installed with the composer () 8 - ACL for all resources

Demo images:

- Menu [![Menu](https://github.com/lima195/Lima_Movie/raw/master/images/01_menu.png?raw=true)](https://github.com/lima195/Lima_Movie/blob/master/images/01_menu.png?raw=true)
- System configuration [![System configuration](https://github.com/lima195/Lima_Movie/raw/master/images/02_config.png?raw=trueraw=true)](https://github.com/lima195/Lima_Movie/blob/master/images/02_config.png?raw=trueraw=true)
- Search Movie Results [![Search Movie Results](https://github.com/lima195/Lima_Movie/raw/master/images/03_search_movie.png?raw=true)](https://github.com/lima195/Lima_Movie/blob/master/images/03_search_movie.png?raw=true)
- Setup custom price [![Setup custom price](https://github.com/lima195/Lima_Movie/raw/master/images/04_setup_custom_price.png?raw=true)](https://github.com/lima195/Lima_Movie/blob/master/images/04_setup_custom_price.png?raw=true)
- Confirm Import [![Confirm Import](https://github.com/lima195/Lima_Movie/raw/master/images/05_import_confirm.png?raw=true)](https://github.com/lima195/Lima_Movie/blob/master/images/05_import_confirm.png?raw=true)
- Import Movie Queue (waiting cron process) [![Import Movie Queue (waiting cron process)](https://github.com/lima195/Lima_Movie/raw/master/images/06_import_movie_queue.png?raw=true)](https://github.com/lima195/Lima_Movie/blob/master/images/06_import_movie_queue.png?raw=true)
- Force Import [![Force Import](https://github.com/lima195/Lima_Movie/raw/master/images/07_import_movie_queue_force.png?raw=true)](https://github.com/lima195/Lima_Movie/blob/master/images/07_import_movie_queue_force.png?raw=true)
- Import Success [![Import Success](https://github.com/lima195/Lima_Movie/raw/master/images/08_import_movie_success.png?raw=true)](https://github.com/lima195/Lima_Movie/blob/master/images/08_import_movie_success.png?raw=true)
- Favorite List Before [![Favorite List Before](https://github.com/lima195/Lima_Movie/raw/master/images/09_movie_favorite_list_before.png?raw=true)](https://github.com/lima195/Lima_Movie/blob/master/images/09_movie_favorite_list_before.png?raw=true)
- Search Movie Results (frontend) [![Search Movie Results (frontend)](https://github.com/lima195/Lima_Movie/raw/master/images/10_movie_search_result_frontend.png?raw=true)](https://github.com/lima195/Lima_Movie/blob/master/images/10_movie_search_result_frontend.png?raw=true)
- Product View [![Product View](https://github.com/lima195/Lima_Movie/raw/master/images/11_movie_view.png?raw=true)](https://github.com/lima195/Lima_Movie/blob/master/images/11_movie_view.png?raw=true)
- Added as favorite [![Added as favorite](https://github.com/lima195/Lima_Movie/raw/master/images/12_movie_add_favorite.png?raw=true)](https://github.com/lima195/Lima_Movie/blob/master/images/12_movie_add_favorite.png?raw=true)
- Favorite List Now (This collection has a group by product\_id, count and limit 10 in \_initSelect() on collection file) [![Favorite List Now (This collection has a group by product_id, count and limit 10 in _initSelect() on collection file)](https://github.com/lima195/Lima_Movie/raw/master/images/13_movie_favorite_list.png?raw=true)](https://github.com/lima195/Lima_Movie/blob/master/images/13_movie_favorite_list.png?raw=true)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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 ~114 days

Total

3

Last Release

1981d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22946279?v=4)[Pedro Henrique G. Lima](/maintainers/lima195)[@lima195](https://github.com/lima195)

---

Top Contributors

[![lima195](https://avatars.githubusercontent.com/u/22946279?v=4)](https://github.com/lima195 "lima195 (13 commits)")

---

Tags

hacktoberfest

### Embed Badge

![Health badge](/badges/lima-movies/health.svg)

```
[![Health](https://phpackages.com/badges/lima-movies/health.svg)](https://phpackages.com/packages/lima-movies)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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