PHPackages                             luchavez/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. [Framework](/categories/framework)
4. /
5. luchavez/starter-kit

ActiveLibrary[Framework](/categories/framework)

luchavez/starter-kit
====================

A starter kit for building packages and implementing DDD on Laravel 8 and above.

2.0.0(9mo ago)12.8k18MITPHPPHP ^8.0

Since Mar 22Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/luchavez-technologies/starter-kit)[ Packagist](https://packagist.org/packages/luchavez/starter-kit)[ Docs](https://github.com/luchavez-technologies/starter-kit)[ RSS](/packages/luchavez-starter-kit/feed)WikiDiscussions develop Synced today

READMEChangelogDependencies (6)Versions (23)Used By (8)

Starter Kit for Laravel 8|9|10
==============================

[](#starter-kit-for-laravel-8910)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3f7f5430b72ce662c8a8265eaafb62e8dceb40cc82f37b002d630b0dd117238b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c7563686176657a2f737461727465722d6b69742e737667)](https://packagist.org/packages/luchavez/starter-kit)[![Total Downloads](https://camo.githubusercontent.com/86beb36007aab6b79f5920feb2eec3ead2fb521b93a40989c40a5498a8acc580/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c7563686176657a2f737461727465722d6b69742e737667)](https://packagist.org/packages/luchavez/starter-kit)[![GitHub Repo stars](https://camo.githubusercontent.com/4f9a190c1debf207a08b13f40c17062cfc963f6ae4b75111d44b0d99ffe42865/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6c7563686176657a2d746563686e6f6c6f676965732f737461727465722d6b6974)](https://github.com/luchavez-technologies/starter-kit)[![Discord](https://camo.githubusercontent.com/bd46299a29c3cae288e34846117d44d0cb853da2dad0c376fd8bca3fc269f3b6/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f313134333734343631393935363430343239353f636f6c6f723d386339656666266c6162656c3d446973636f7264266c6f676f3d646973636f7264)](https://discord.gg/MBxxAkQAxx)[![Twitter Follow](https://camo.githubusercontent.com/516380eada3f11aaafd758d9d0b03958251eca9097ba558c3ae9ff53ee59820a/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f6c7563686176657a74656368)](https://twitter.com/luchaveztech)

[![](./images/logo.png)](./images/logo.png)

The Starter Kit package is the counterpart of [Boilerplate Generator package](https://packagist.org/packages/luchavez/boilerplate-generator). This package is a required dependency since it will be used by the domains (DDD) and packages generated through "Boilerplate Generator".

Installation
------------

[](#installation)

The straightforward way to install this package goes like this:

```
composer require luchavez/starter-kit --with-all-dependencies
```

The preferred way is to install it is via another package called [luchavez/boilerplate-generator](https://packagist.org/packages/luchavez/boilerplate-generator).

```
composer require luchavez/boilerplate-generator --dev --with-all-dependencies
php artisan bg:install
php artisan bg:env:publish --all
```

Dependencies
------------

[](#dependencies)

PackagePackagist`illuminate/support`[~8 or ~9 or ~10](https://packagist.org/packages/illuminate/support)`composer/composer`[^2.5](https://packagist.org/packages/composer/composer)`spatie/laravel-query-builder`[^5.2 or ^4.0](https://packagist.org/packages/spatie/laravel-query-builder)Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [James Carlo Luchavez](https://github.com/luchavez-technologies)
- [All Contributors](../../contributors)

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance58

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~48 days

Recently: every ~180 days

Total

20

Last Release

270d ago

Major Versions

1.2.0 → 2.0.02025-10-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/9751834583538187236ea6491879aa80263a43dd036aa4e4fd0a71f721a0bed4?d=identicon)[jamescarloluchavez](/maintainers/jamescarloluchavez)

---

Top Contributors

[![luchtech](https://avatars.githubusercontent.com/u/26067874?v=4)](https://github.com/luchtech "luchtech (16 commits)")

---

Tags

laravelstarterkit

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/luchavez-starter-kit/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M300](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M874](/packages/laravel-socialite)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k21.5M570](/packages/laravel-boost)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M188](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M145](/packages/laravel-mcp)

PHPackages © 2026

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