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. [Framework](/categories/framework)
4. /
5. raza9798/core-modules

ActiveLibrary[Framework](/categories/framework)

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(6mo ago)168MITPHPPHP ^8.2

Since Jan 21Pushed 6mo 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 3w 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

38

—

LowBetter than 83% of packages

Maintenance69

Regular maintenance activity

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

183d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/59387235?v=4)[Mohamed Raza](/maintainers/Raza9798)[@Raza9798](https://github.com/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

[internachi/modular

Modularize your Laravel apps

1.2k786.8k13](/packages/internachi-modular)[artem-schander/l5-modular

Modular pattern generator for Laravel

217239.7k](/packages/artem-schander-l5-modular)[rcv/core

Enterprise-Grade Modular Architecture for Laravel Applications - A powerful Laravel package that revolutionizes application development with robust Service Repository Pattern, Dynamic Module Management, and 50+ Artisan commands for scalable, maintainable applications.

131.2k](/packages/rcv-core)

PHPackages © 2026

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