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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mediacity/installer

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

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 3w 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 26% 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

1666d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33778557?v=4)[Ankit Kabra](/maintainers/thegr8dev)[@thegr8dev](https://github.com/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

246424.9k1](/packages/sroze-companienv)[mateffy/laravel-codebase-mcp

An MCP server to give Cursor, Aider, etc. the ability to introspect your Laravel codebase directly, by querying for your models, views, routes and classes without raw file search.

221.6k](/packages/mateffy-laravel-codebase-mcp)

PHPackages © 2026

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