PHPackages                             sigurniv/laravel-script-runner - 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. sigurniv/laravel-script-runner

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

sigurniv/laravel-script-runner
==============================

This package provides an easy way to run post-release scripts

1.0(6y ago)2396MITPHPPHP ^7.2

Since Sep 6Pushed 6y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

Laravel package for running script migrations
=============================================

[](#laravel-package-for-running-script-migrations)

Overview
--------

[](#overview)

This Laravel package is a slightly modified version of  package. It uses the same migration principle to run user defined scripts. For example you may need to send a bunch of push notifications. In this case you can create a script migration and run it after you deploy your code:

```
$ php artisan script-runner:migrate
```

### Installation

[](#installation)

You'll have to follow a couple of simple steps to install this package.

### Downloading

[](#downloading)

Via [composer](http://getcomposer.org):

```
$ composer require sigurniv/laravel-script-runner "^1.0"
```

### Registering the service provider

[](#registering-the-service-provider)

If you're using Laravel 5.5 or above, you can skip this step. The service provider will have already been registered thanks to auto-discovery. Otherwise you need to add Sigurniv\\LaravelScriptRunner\\LaravelScriptRunnerServiceProvider to your providers array.

### Publish config

[](#publish-config)

```
$ php artisan vendor:publish
```

This will create script-runner.php inside config folder. Additionally it will create database/script-runner-migrations folder to keep your generated script migration files. You can configure your script migration table name:

```
// config/script-runner.php
return [
    'migration_table' => 'laravel_script_runner_migrations'
];
```

### Available commands

[](#available-commands)

If you now run `php artisan` you will see new commands in the list:

- `make:script-runner:migration`
- `script-runner:migrate`

These are analogs of default database migrate commands.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

2437d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/481d8b3dd144cf3ab89bfb4c97bf7bf227392d12bb47907c2bf6305df3521cce?d=identicon)[sigurniv](/maintainers/sigurniv)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sigurniv-laravel-script-runner/health.svg)

```
[![Health](https://phpackages.com/badges/sigurniv-laravel-script-runner/health.svg)](https://phpackages.com/packages/sigurniv-laravel-script-runner)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M157](/packages/orchestra-canvas)[spatie/laravel-enum

Laravel Enum support

3655.4M31](/packages/spatie-laravel-enum)[spatie/laravel-morph-map-generator

Automatically generate morph maps in your Laravel application

73464.9k1](/packages/spatie-laravel-morph-map-generator)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[zonneplan/laravel-module-loader

Module loader for Laravel

24118.4k](/packages/zonneplan-laravel-module-loader)

PHPackages © 2026

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