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(3y ago)06MITPHP

Since Jul 3Pushed 3y 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 yesterday

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 18% 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

1096d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/85131184?v=4)[Romain Malaterre](/maintainers/romainmltr)[@romainmltr](https://github.com/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

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[drupal/drupal-extension

Drupal extension for Behat

22215.7M173](/packages/drupal-drupal-extension)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49617.1k](/packages/blackfire-player)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[sproutcms/cms

Enterprise content management and framework

242.5k4](/packages/sproutcms-cms)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.6M343](/packages/drupal-core-dev)

PHPackages © 2026

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