PHPackages                             menthol/scripts-dev - 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. [CLI &amp; Console](/categories/cli)
4. /
5. menthol/scripts-dev

Abandoned → [neronmoon/scriptsdev](/?search=neronmoon%2Fscriptsdev)ArchivedLibrary[CLI &amp; Console](/categories/cli)

menthol/scripts-dev
===================

Laravel Scripts-Dev, execute dev scripts on development environment.

0210PHP

Since Aug 30Pushed 11y ago1 watchersCompare

[ Source](https://github.com/menthol/scripts-dev)[ Packagist](https://packagist.org/packages/menthol/scripts-dev)[ RSS](/packages/menthol-scripts-dev/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 4 Scripts-dev
---------------------

[](#laravel-4-scripts-dev)

This packages execute all commands added into composer scripts-dev directive.

### Installation

[](#installation)

Require this package in your composer.json and run composer update (or run `composer require menthol/scripts-dev:dev-master` directly):

```
"menthol/scripts-dev": "dev-master"

```

After updating composer, add the ServiceProvider to the providers array in app/config/app.php

```
'Menthol\ScriptsDev\ScriptsDevServiceProvider',

```

Publish the config.

```
php artisan config:publish menthol/scripts-dev

```

Configure your local dev environment by adding `'dev' => true,` to your local package config file.

You can configure your composer.json. In each scripts step add `php artisan scripts-dev {step}`

```
"scripts":{
    "post-update-cmd":[
        "php artisan clear-compiled",
        "php artisan optimize",
        "php artisan scripts-dev post-update-cmd"
    ]
},

```

Now you can add your dev commands

```
"scripts-dev":{
    "post-update-cmd":[
        "php artisan ide-helper:generate"
    ]
},

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5140e4dccef9903afdc8528e24f855ecd61f4e439b512e7b1af4f1c8378d2248?d=identicon)[menthol](/maintainers/menthol)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/menthol-scripts-dev/health.svg)

```
[![Health](https://phpackages.com/badges/menthol-scripts-dev/health.svg)](https://phpackages.com/packages/menthol-scripts-dev)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.1k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)[codedungeon/php-cli-colors

Liven up you PHP Console Apps with standard colors

10210.1M26](/packages/codedungeon-php-cli-colors)

PHPackages © 2026

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