PHPackages                             mediacity/installer - 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. mediacity/installer

ActiveLibrary

mediacity/installer
===================

Installer for mediacity products

1.1(4y ago)010MITBlade

Since Dec 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/thegr8dev/installler)[ Packagist](https://packagist.org/packages/mediacity/installer)[ RSS](/packages/mediacity-installer/feed)WikiDiscussions master Synced 1w ago

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

Installation :
==============

[](#installation-)

```
composer require mediacity/installer

```

Publish all assets after installing the package by running this command :
-------------------------------------------------------------------------

[](#publish-all-assets-after-installing-the-package-by-running-this-command-)

```
php artisan vendor:publish --tag=installer

```

After that add 'is\_install' middleware to your routes middleware groups example below :

```
    Route::group(['middleware' => ['is_install']], function () {

        // your other routes are now bind with installer middleware

    });

```

You can configure your envato app\_id, required php version in config/installer.php

Done

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Total

2

Last Release

1620d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ec9078a8fef7f4dd336e66b96b5093ee4b382423771ce330ca9d755f2ae5026?d=identicon)[thegr8dev](/maintainers/thegr8dev)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mediacity-installer/health.svg)

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

###  Alternatives

[sroze/companienv

Companion for .env files

245418.8k1](/packages/sroze-companienv)[rawilk/laravel-app-key-rotator

Rotate app keys around while re-encrypting data.

2311.4k](/packages/rawilk-laravel-app-key-rotator)

PHPackages © 2026

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