PHPackages                             manowartop/laravel-skeleton - 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. manowartop/laravel-skeleton

ActiveLibrary[Framework](/categories/framework)

manowartop/laravel-skeleton
===========================

Base Skeleton for Laravel Application

v1.4.1(2y ago)0261MITPHPPHP &gt;=7.2

Since Sep 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/manowartop97/laravel-skeleton)[ Packagist](https://packagist.org/packages/manowartop/laravel-skeleton)[ RSS](/packages/manowartop-laravel-skeleton/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (5)Versions (7)Used By (0)

Laravel Skeleton package
========================

[](#laravel-skeleton-package)

The package is based on the Repository-Service Laravel Pattern Package:

Package link:

The package contains:
---------------------

[](#the-package-contains)

### Code generator feature

[](#code-generator-feature)

#### Allows generating Classes/Interfaces/Traits

[](#allows-generating-classesinterfacestraits)

`$template = new ClassTemplate();`

`$template->setType('class')->setName('ClassName')->setNamespace('Path\\To\\Class');`

It is possible define properties, methods, constants, extends, implements, doc block comments, create abstract/final classes, set method body, etc...

#### Eloquent Model Generation Feature

[](#eloquent-model-generation-feature)

Command `php artisan skeleton:model:generate tableName` - generates the model for the table, define all relations, properties, define doc block with props annotations.

#### Repository-Service pattern files generation

[](#repository-service-pattern-files-generation)

Command `php artisan skeleton:repository-service:generate {table}` generates EntityRepositoryInterface &amp; EntityRepository and ServiceInterface &amp; Service for Repository-Service Laravel Pattern Package.

#### Requests generation

[](#requests-generation)

Command `skeleton:request:generate {namespace} {modelNamespace?}` will generate a Request instance,

- `{namespace}` will specify the folder of the new request (e.g. `User\\StoreRequest` will create a `App\\Http\\Requests\\User\\StoreReqeust`);
- `{modelNamespace?}` - is optional param. e.g. `App\\Models\\ModelName` will generate request with rules for model `fillable` attributes;

#### Resource generation

[](#resource-generation)

Command `skeleton:resource:generate {table}` generates resource for a particular Model by table name

#### Api Resource Controller generation

[](#api-resource-controller-generation)

Command `skeleton:resource-controller:generate {table}` will generate a resource controller for a particular Model entity by table name;

The controller actions will be based on the Repository-Service laravel pattern package;

#### CRUD generation

[](#crud-generation)

Command `skeleton:crud:generate {table}` will generate the following instances:

- Model (if not exists)
- Repository Interface (if not exists)
- Repository (if not exists)
- Service Interface (if not exists)
- Service (if not exists)
- Resource (if not exists)
- StoreRequest and UpdateRequest (if not exists)
- Api Resource Controller (if not exists)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Recently: every ~172 days

Total

6

Last Release

1058d ago

### Community

Maintainers

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

---

Top Contributors

[![manowartop97](https://avatars.githubusercontent.com/u/30038912?v=4)](https://github.com/manowartop97 "manowartop97 (8 commits)")

---

Tags

laravelcode generatorserviceSkeletonrepositorybase-servicelaravel code generatorbase repositoryservice and repositorybase-structurelaravel model generator

### Embed Badge

![Health badge](/badges/manowartop-laravel-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/manowartop-laravel-skeleton/health.svg)](https://phpackages.com/packages/manowartop-laravel-skeleton)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M201](/packages/laravel-ai)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)

PHPackages © 2026

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