PHPackages                             convenient/setupscriptsdisabler - 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. convenient/setupscriptsdisabler

ActiveMagento-module

convenient/setupscriptsdisabler
===============================

Disables automatic application of setup scripts in Magento

0.2.0(9y ago)55.5kOSL-3.0

Since Dec 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/convenient/SetupScriptsDisabler)[ Packagist](https://packagist.org/packages/convenient/setupscriptsdisabler)[ Docs](https://github.com/convenient/SetupScriptsDisabler)[ RSS](/packages/convenient-setupscriptsdisabler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)DependenciesVersions (7)Used By (0)

Convenient\_SetupScriptsDisabler
================================

[](#convenient_setupscriptsdisabler)

Disables the automatic application of setup scripts in Magento, this is cool because

1. It's a little performance boost, we don't need to be checking for setup scripts every time Mage::run is called as setup scripts should be run during the deployment process
2. It is safer. If you went wild and deployed to a busy server it is possible that setup scripts could be initiated multiple times by multiple processes. This could cause your database to get into unexpected or corrupted states.

`n98-magerun sys:setup:run` is my preferred method of running setup scripts.

Just pop it (and your preferred composer installer / autoloader) in your composer.json and it's all ready to go.

```
{
    "require": {
        "magento-hackathon/magento-composer-installer": "~2.0",
        "convenient/setupscriptsdisabler":"~0.2"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "http://packages.firegento.com"
        }
    ],
    "extra": {
        "magento-root-dir":"./",
        "magento-force":"override"
    }
}

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97% 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 ~152 days

Recently: every ~190 days

Total

6

Last Release

3396d ago

### Community

Maintainers

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

---

Top Contributors

[![convenient](https://avatars.githubusercontent.com/u/600190?v=4)](https://github.com/convenient "convenient (32 commits)")[![rjackson](https://avatars.githubusercontent.com/u/602850?v=4)](https://github.com/rjackson "rjackson (1 commits)")

---

Tags

magentomagento-extensionmagento1

### Embed Badge

![Health badge](/badges/convenient-setupscriptsdisabler/health.svg)

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

PHPackages © 2026

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