PHPackages                             maxnijenkamp/laravel-package-starter-kit - 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. maxnijenkamp/laravel-package-starter-kit

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

maxnijenkamp/laravel-package-starter-kit
========================================

Artisan-powered starter kit to scaffold Laravel packages (folders, service provider, config, tests, CI, and more) with interactive options.

V1.0.2(4mo ago)04↓100%MITPHPPHP ^8.1

Since Mar 2Pushed 4mo agoCompare

[ Source](https://github.com/Max-Nijenkamp/Laravel-package-starter-kit)[ Packagist](https://packagist.org/packages/maxnijenkamp/laravel-package-starter-kit)[ RSS](/packages/maxnijenkamp-laravel-package-starter-kit/feed)WikiDiscussions main Synced 4mo ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Laravel Package Starter Kit
---------------------------

[](#laravel-package-starter-kit)

**Author**: Max Nijenkamp
**Purpose**: Quickly scaffold fully-structured Laravel packages with an interactive Artisan command.

### What this package does

[](#what-this-package-does)

- **Interactive command**: `php artisan starterkit:make-package`
- **Generates packages into**: `packages/{vendor}/{package}/`
- **Creates only what you select**:
    - Service provider
    - Config file
    - Example command
    - Migrations folder + example migration
    - Tests + Testbench setup
    - README + LICENSE
    - Optional CI workflow and git init

The goal is to remove all the repetitive boilerplate steps when creating a new Laravel package so you can start coding features immediately.

### Installation

[](#installation)

1. **Require the starter kit in your Laravel app:**

```
composer require maxnijenkamp/laravel-package-starter-kit --dev
```

2. **(Optional) Publish the config and stubs:**

```
php artisan vendor:publish --provider=\"MaxNijenkamp\\\\LaravelPackageStarterKit\\\\StarterKitServiceProvider\" --tag=starterkit-config
php artisan vendor:publish --provider=\"MaxNijenkamp\\\\LaravelPackageStarterKit\\\\StarterKitServiceProvider\" --tag=starterkit-stubs
```

### Usage

[](#usage)

Run inside any Laravel application:

```
php artisan starterkit:make-package
```

You will be asked for:

- **Vendor name** (default: `maxnijenkamp`)
- **Package name** (e.g. `awesome-package`)
- **Description**
- **Root namespace** (default: based on vendor + package)

Then you can answer **yes/no** for:

- With config file?
- With example migration?
- With example command?
- With tests (using Orchestra Testbench)?
- With README + LICENSE?
- With GitHub Actions CI?
- Run `git init` in the new package?

The kit will then generate a ready-to-use package in:

```
packages/{vendor}/{package}/

```

Along with a quick reminder:

```
Package created successfully!
cd packages/{vendor}/{package}
composer install
git init   # if you didn't already generate it

```

### Configuration

[](#configuration)

After publishing the config, you can tweak defaults in `config/starterkit.php`:

- **`packages_path`**: where new packages are generated (default: `packages`)
- **`default_vendor`**: default vendor to pre-fill in the prompt (default: `maxnijenkamp`)
- **`default_license`**: license stub to use (default: `MIT`)

### License

[](#license)

This starter kit is open-sourced software licensed under the MIT license.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance77

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

3

Last Release

125d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/54933149?v=4)[Max-Nijenkamp](/maintainers/Max-Nijenkamp)[@Max-Nijenkamp](https://github.com/Max-Nijenkamp)

---

Top Contributors

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

---

Tags

laravelscaffoldingpackagegeneratorstarter-kit

### Embed Badge

![Health badge](/badges/maxnijenkamp-laravel-package-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/maxnijenkamp-laravel-package-starter-kit/health.svg)](https://phpackages.com/packages/maxnijenkamp-laravel-package-starter-kit)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[akira/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

494.8k](/packages/akira-laravel-qrcode)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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