PHPackages                             romain/rendu-1 - 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. romain/rendu-1

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

romain/rendu-1
==============

Find out about upcoming films !

1.0.0(2y ago)06MITPHP

Since Jul 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/romainmltr/rendu-1)[ Packagist](https://packagist.org/packages/romain/rendu-1)[ RSS](/packages/romain-rendu-1/feed)WikiDiscussions main Synced 1mo ago

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

This repository contains a library for scraping film release dates from a website It provides a simple and convenient way to retrieve upcoming film releases.

Installation 🛰️
---------------

[](#installation-️)

To install the library, you can use Composer. Run the following command in your project directory:

```
composer require romain/rendu-1
```

Local development 📡
-------------------

[](#local-development-)

```
php vendor/bin/php-css-fixer fix src tests --rule-set=PSR12
```

```
php vendor/bin/phpstan analyse src tests --level max
```

```
php vendor/bin/phpunit tests
```

Usage 👨‍🚀
---------

[](#usage-‍)

```
require_once 'vendor/autoload.php';

use Romain\Rendu1\FilmScraper;

function printFilmReleases(array $filmReleases): void
{
    foreach ($filmReleases as $film) {
        echo "Title: " . $film['title'] . "\n";
        echo "Genres:\n";
        foreach ($film['genres'] as $genre) {
            echo "- " . $genre . "\n";
        }
        echo "\n";
    }
}

$filmScraper = new FilmScraper();
$filmReleases = $filmScraper->scrapeNextFilmReleases();

printFilmReleases($filmReleases);
```

### Contributing 💓

[](#contributing-)

Contributions to this project are welcome. If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.

### License

[](#license)

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

1045d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/aaa77ccb522abe9d476d186aee8f49d9f225d434b33b41a4752927fb0dcfdc58?d=identicon)[romainmltr](/maintainers/romainmltr)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/romain-rendu-1/health.svg)

```
[![Health](https://phpackages.com/badges/romain-rendu-1/health.svg)](https://phpackages.com/packages/romain-rendu-1)
```

###  Alternatives

[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[visuellverstehen/statamic-classify

A useful helper to add CSS classes to all HTML tags generated by the bard editor.

20116.8k](/packages/visuellverstehen-statamic-classify)

PHPackages © 2026

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