PHPackages                             ahmed-tech-t/laravel-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. ahmed-tech-t/laravel-starter-kit

ActiveLibrary[Framework](/categories/framework)

ahmed-tech-t/laravel-starter-kit
================================

Custom module generator for Laravel

v1.1.7(1mo ago)017PHP

Since Feb 5Pushed 1mo agoCompare

[ Source](https://github.com/ahmed-tech-t/laravel-starter-kit)[ Packagist](https://packagist.org/packages/ahmed-tech-t/laravel-starter-kit)[ RSS](/packages/ahmed-tech-t-laravel-starter-kit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (10)Used By (0)

Laravel Starter Kit 🚀
=====================

[](#laravel-starter-kit-)

A powerful Laravel Artisan generator to scaffold a complete Architectural Layer (Model, Service, Repository, DTO, etc.) in a single command.

This package is designed for developers who follow clean code principles and want to skip the repetitive "boilerplate" phase of starting a new feature.

Features ✨
----------

[](#features-)

Generates the following layers automatically:

- **Model &amp; Migration**: Standard Laravel database layer.
- **Service Layer**: For handling Business Logic.
- **Repository Pattern**: Interface and Eloquent Implementation.
- **DTOs &amp; Entities**: For structured data handling.
- **Mappers**: To transform data between layers.
- **Controller**: A pre-configured controller to tie it all together.

Installation 🛠️
---------------

[](#installation-️)

Run the following command in your Laravel project:

```
composer require ahmed-tech-t/laravel-starter-kit
```

Usage 💡

Simply run the master command and provide the name of your entity (e.g., Product): Bash

```
php artisan create Product
```

Files Generated:

```
app/Models/Product.php

database/migrations/xxxx_create_products_table.php

app/Services/ProductService.php

app/Repositories/ProductRepository.php

app/Repositories/Eloquent/ProductRepositoryImp.php

app/DTOs/ProductDto.php

app/Entities/ProductEntity.php

app/Http/Controllers/ProductController.php

```

Requirements ⚠️

```
PHP: 8.0+

Laravel: 9.0 | 10.0 | 11.0+

```

Contributing 🤝

Contributions are welcome! If you have suggestions for improving the architecture or adding new stubs, feel free to open a Pull Request.

Maintained by Ahmed Rashed

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance90

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

Total

9

Last Release

50d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ef89cff430a9cca2ac5ad655a353f92a721377cdfa8dd0e3c6a7098cdc4f1128?d=identicon)[ahmed-tech-t](/maintainers/ahmed-tech-t)

---

Top Contributors

[![ahmed-tech-t](https://avatars.githubusercontent.com/u/54076405?v=4)](https://github.com/ahmed-tech-t "ahmed-tech-t (2 commits)")

### Embed Badge

![Health badge](/badges/ahmed-tech-t-laravel-starter-kit/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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