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

ActiveLibrary

raza9798/core-modules
=====================

core-module is a Laravel package that streamlines modular development by organizing models, controllers, migrations, and policies under a clean namespace like Core/. It simplifies scaffolding and improves code separation for better project structure.

1.3.5(4mo ago)168↓100%MITPHPPHP ^8.2

Since Jan 21Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/Raza9798/core-modules)[ Packagist](https://packagist.org/packages/raza9798/core-modules)[ RSS](/packages/raza9798-core-modules/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (8)Used By (0)

core-modules
------------

[](#core-modules)

core-modules is a Laravel package that streamlines modular development by organizing models, controllers, migrations, and policies under a clean namespace like Core/. It simplifies scaffolding and improves code separation for better project structure.

🚀 Features
----------

[](#-features)

- Modular resource generation
- Creates models, controllers, migrations, and policies in namespaced structure
- Improves project organization and maintainability
- Ideal for large-scale or domain-driven Laravel applications

🛠 Project Configuration
-----------------------

[](#-project-configuration)

```
composer require raza9798/core-modules
php artisan siteconfig:env-sync
php artisan module:make {module} {ResourceName}
```

📁 Directory Structure
---------------------

[](#-directory-structure)

```
app/
├── Models/
│   └── xx/
│       └── xxxx.php
├── Http/
│   └── Controllers/
│       └── xx/
│           └── xxxController.php
├── Policies/
│       └── xx/
│           └── xxxxPolicy.php

database/
└── migrations/
│       └── xx/
│           └── xxxx_xx_xx_create_xxxx_table.php

```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance75

Regular maintenance activity

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

7

Last Release

138d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c8d8228f81c4ea1348c4a88082f31078b035910aec00d21848c70aa77af3552?d=identicon)[Raza9798](/maintainers/Raza9798)

---

Top Contributors

[![Raza9798](https://avatars.githubusercontent.com/u/59387235?v=4)](https://github.com/Raza9798 "Raza9798 (25 commits)")

---

Tags

laravellaravel-frameworkmoduleslaravelcodescaffoldingpackagelaravel-packagecorecontrollersmigrationsdevelopmentcleanmodulesstructuremodelsnamespaceImprovementprojectmodularproject-structurelaravel-structurelaravel-modulespolicieslaravel migrationslaravel scaffoldingorganizationlaravel-codelaravel-developmentlaravel-modelsseparationlaravel-organizationlaravel-controllerslaravel-policieslaravel-namespacelaravel-cleanlaravel-separation

### Embed Badge

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

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

###  Alternatives

[artem-schander/l5-modular

Modular pattern generator for Laravel

223235.5k](/packages/artem-schander-l5-modular)[grazulex/laravel-atlas

Laravel Atlas scans your Laravel project to generate a complete, structured map of its internal components — models, controllers, routes, jobs, observers, events, commands, and more — and exports visual or machine-readable representations in formats like Mermaid, Markdown, JSON, or PDF.

161.7k](/packages/grazulex-laravel-atlas)

PHPackages © 2026

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