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(2mo ago)04↓100%MITPHPPHP ^8.1

Since Mar 2Pushed 2mo 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 2mo 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

37

—

LowBetter than 83% of packages

Maintenance86

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

71d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e07363cb9b53cc07e7fdf75e7830c02b34eab79ff414cd83bb32e50251007e5?d=identicon)[Max-Nijenkamp](/maintainers/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

[okipa/laravel-table

Generate tables from Eloquent models.

56752.8k](/packages/okipa-laravel-table)[melihovv/laravel-package-generator

A laravel package generator

14434.7k1](/packages/melihovv-laravel-package-generator)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[dcblogdev/laravel-module-generator

Generate Laravel Modules from a template.

7710.1k1](/packages/dcblogdev-laravel-module-generator)[linkxtr/laravel-qrcode

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

295.1k](/packages/linkxtr-laravel-qrcode)[okipa/laravel-form-components

Ready-to-use and customizable form components.

198.0k1](/packages/okipa-laravel-form-components)

PHPackages © 2026

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