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

ActiveLibrary

bravoury/movies
===============

Movies package for movies.

05PHP

Since Nov 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/bravoury/movies)[ Packagist](https://packagist.org/packages/bravoury/movies)[ RSS](/packages/bravoury-movies/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

This is a Laravel 5 package that provides movies management facility for lavalite framework.

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

[](#installation)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `movies/movies`.

```
"movies/movies": "dev-master"

```

Next, update Composer from the Terminal:

```
composer update

```

Once this operation completes execute below cammnds in command line to finalize installation.

```
Movies\Movies\Providers\MoviesServiceProvider::class,
```

And also add it to alias

```
'Movies'  => Movies\Movies\Facades\Movies::class,
```

Use the below commands for publishing

Migration and seeds

```
php artisan vendor:publish --provider="Movies\Movies\Providers\MoviesServiceProvider" --tag="migrations"
php artisan vendor:publish --provider="Movies\Movies\Providers\MoviesServiceProvider" --tag="seeds"

```

Configuration

```
php artisan vendor:publish --provider="Movies\Movies\Providers\MoviesServiceProvider" --tag="config"

```

Language

```
php artisan vendor:publish --provider="Movies\Movies\Providers\MoviesServiceProvider" --tag="lang"

```

Views public and admin

```
php artisan vendor:publish --provider="Movies\Movies\Providers\MoviesServiceProvider" --tag="view-public"
php artisan vendor:publish --provider="Movies\Movies\Providers\MoviesServiceProvider" --tag="view-admin"

```

Publish admin views only if it is necessary.

Usage
-----

[](#usage)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/16e4d306a876c4b301a52d3df2d10ce84e2a408180b994c93bd7654933ab970e?d=identicon)[bravoury](/maintainers/bravoury)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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