PHPackages                             ozankurt/modules-core - 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. ozankurt/modules-core

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

ozankurt/modules-core
=====================

Shared bootstrap kit for KurtModules Laravel packages.

v2.0.0(1mo ago)194[8 PRs](https://github.com/OzanKurt/KurtModules-Core/pulls)1MITPHPPHP ^8.4CI passing

Since Jun 11Pushed 1w agoCompare

[ Source](https://github.com/OzanKurt/KurtModules-Core)[ Packagist](https://packagist.org/packages/ozankurt/modules-core)[ RSS](/packages/ozankurt-modules-core/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (12)Versions (19)Used By (1)

laravel-modules-core
====================

[](#laravel-modules-core)

Shared bootstrap kit for [KurtModules](https://github.com/ozankurt) Laravel packages.

Requirements
------------

[](#requirements)

- PHP 8.4+
- Laravel 12.x or 13.x
- (Optional) Filament 3, 4, or 5

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

[](#installation)

```
composer require ozankurt/laravel-modules-core
```

What it provides
----------------

[](#what-it-provides)

- `Kurt\Modules\Core\Providers\PackageServiceProvider` — abstract base every kurtmodules service provider extends. Wraps `spatie/laravel-package-tools` and dispatches to `registerFilamentV{3,4,5}` based on the installed Filament major.
- `Kurt\Modules\Core\Contracts\UserResolver` (+ `ConfigUserResolver`) — resolves the consumer's user model via `kurtmodules.user_model` config or `auth.providers.users.model` fallback.
- `Kurt\Modules\Core\Concerns\ResolvesUser` — trait that gives module models a `userBelongsTo()` helper.
- `Kurt\Modules\Core\Concerns\InteractsWithModuleConfig` — sugar for `config("{module}.key")` access.
- `Kurt\Modules\Core\Support\FilamentVersion` — `::major()`, `::isAtLeast()`, `::isExactly()`.
- `Kurt\Modules\Core\Enums\{Approval,MediaKind,Visibility}` — generic cross-module enums.
- `Kurt\Modules\Core\Testing\PackageTestCase` — Testbench-backed base test case with an in-memory `users` table.

Configuration
-------------

[](#configuration)

Publish the config file:

```
php artisan vendor:publish --tag="kurtmodules-config"
```

```
return [
    'user_model' => env('KURTMODULES_USER_MODEL'),
    'date_format' => 'Y-m-d H:i:s',
];
```

License
-------

[](#license)

MIT © Ozan Kurt

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance96

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity89

Battle-tested with a long release history

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

Recently: every ~659 days

Total

7

Last Release

33d ago

Major Versions

0.4 → v2.0.x-dev2026-05-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/c24006c03ba24fcb1c65905a009600b34e17d532add4a381075a2d7379cf4b94?d=identicon)[OzanKurt](/maintainers/OzanKurt)

---

Top Contributors

[![OzanKurt](https://avatars.githubusercontent.com/u/8682003?v=4)](https://github.com/OzanKurt "OzanKurt (29 commits)")

---

Tags

laravelcorefilamentkurtmodules

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ozankurt-modules-core/health.svg)

```
[![Health](https://phpackages.com/badges/ozankurt-modules-core/health.svg)](https://phpackages.com/packages/ozankurt-modules-core)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M165](/packages/laravel-ai)[laracraft-tech/laravel-useful-additions

A collection of useful Laravel additions!

58122.8k](/packages/laracraft-tech-laravel-useful-additions)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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