PHPackages                             pyrsmk/lostmovie - 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. [Search &amp; Filtering](/categories/search)
4. /
5. pyrsmk/lostmovie

AbandonedArchivedLibrary[Search &amp; Filtering](/categories/search)

pyrsmk/lostmovie
================

Unified way to search movies

1.2.5(9y ago)128MITPHPPHP &gt;=5.4.0

Since Feb 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/pyrsmk/LostMovie)[ Packagist](https://packagist.org/packages/pyrsmk/lostmovie)[ RSS](/packages/pyrsmk-lostmovie/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (8)Used By (0)

LostMovie 1.2.5
===============

[](#lostmovie-125)

Unified way to search movies online. Currently, only SensCritique is supported.

Install
-------

[](#install)

```
composer require pyrsmk/lostmovie

```

SensCritique
------------

[](#senscritique)

```
$senscritique = new LostMovie\SensCritique();

$data = $senscritique->search('star wars 7');

var_dump($data);
```

It will return :

```
array(7) {
  ["title"] => string(29) "Star Wars : The Force Awakens"
  ["year"] => string(4) "2015"
  ["duration"] => string(10) "2 h 16 min"
  ["genres"] => array(3) {
    [0] => string(6) "action"
    [1] => string(8) "aventure"
    [2] => string(11) "fantastique"
  }
  ["rating"] => string(3) "6.8"
  ["poster"] => string(89) "https://media.senscritique.com/media/000014930137/160/Star_Wars_Le_Reveil_de_la_Force.jpg"
  ["synopsis"] => string(148) "Septième épisode de la saga Star Wars et premier d'une nouvelle trilogie, dont les événements se déroulent trente ans après Le retour du Jedi."
}
```

If no movie has been found, the response will be `null`.

Guzzle/Goutte
-------------

[](#guzzlegoutte)

LostMovie is working with [Guzzle](https://github.com/guzzle/guzzle) and [Goutte](https://github.com/FriendsOfPHP/Goutte) to get data. If you want to set some options (or whatsoever) you can retrieve them with :

```
$lostmovie->getGuzzle();
$lostmovie->getGoutte();
```

Notes about the search engines
------------------------------

[](#notes-about-the-search-engines)

We're using the Google search engine to have better results. Please don't make a whole bunch of requests directly otherwise Google will block ulterior requests for some time.

License
-------

[](#license)

[MIT](http://dreamysource.mit-license.org).

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~0 days

Total

7

Last Release

3320d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f97d81cfd6d30587cdae24925bc0899331394d723d04ee4b76eb9435a565fe9?d=identicon)[pyrsmk](/maintainers/pyrsmk)

---

Tags

searchmoviesenscritique

### Embed Badge

![Health badge](/badges/pyrsmk-lostmovie/health.svg)

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

###  Alternatives

[elasticsearch/elasticsearch

PHP Client for Elasticsearch

5.3k184.2M1.1k](/packages/elasticsearch-elasticsearch)[ruflin/elastica

Elasticsearch Client

2.3k51.7M219](/packages/ruflin-elastica)[solarium/solarium

PHP Solr client

93333.9M112](/packages/solarium-solarium)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15327.1M103](/packages/opensearch-project-opensearch-php)[zrashwani/arachnid

A crawler to find all unique internal pages on a given website

25420.4k](/packages/zrashwani-arachnid)[mediamonks/crawler

Crawl your own website with various clients for SEO and indexing purposes.

211.1k1](/packages/mediamonks-crawler)

PHPackages © 2026

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