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

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

skeleton/generator
==================

Skeleton Generator Package

1.1.1(7y ago)12.1k1proprietaryPHP

Since Nov 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Davvers84/generator)[ Packagist](https://packagist.org/packages/skeleton/generator)[ RSS](/packages/skeleton-generator/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (16)Used By (0)

Laravel Skeleton Generator
--------------------------

[](#laravel-skeleton-generator)

Used to create a simple structure for your component.

Usage: *php artisan make:all {name : The common class name to be used in each part of the structure}*

Example: php artisan make:all House
-----------------------------------

[](#example-php-artisan-makeall-house)

This will create the following laravel classes:

- config/app.php (adds Service Provider)
- app/Http/Controllers/HouseController.php
- app/Models/House.php
- app/Repositories/House/HouseRepository.php
- app/Repositories/House/HouseRepositoryInterface.php
- app/Services/HouseService.php
- routes/api.php (create if not exists, otherwise appends)
- routes/web.php (create if not exists, otherwise appends)

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

[](#installation)

Make sure you add the following to app/config.php

```
    /*
     * Package Service Providers...
     */
    Skeleton\Generator\Providers\GeneratorServiceProvider::class,

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity71

Established project with proven stability

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

Recently: every ~122 days

Total

13

Last Release

2648d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20473091?v=4)[Michael Davenport](/maintainers/Davvers84)[@Davvers84](https://github.com/Davvers84)

### Embed Badge

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

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

###  Alternatives

[10up/10up-experience

The 10up Experience plugin configures WordPress to better protect and inform clients, aligned to 10up's best practices

139507.8k](/packages/10up-10up-experience)

PHPackages © 2026

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