PHPackages                             kodebyraaet/generators - 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. kodebyraaet/generators

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

kodebyraaet/generators
======================

A collection of generators

v0.6.3(8y ago)11.1kMITPHPPHP &gt;=5.5.9

Since Aug 19Pushed 8y ago10 watchersCompare

[ Source](https://github.com/Kodebyraaet/generators)[ Packagist](https://packagist.org/packages/kodebyraaet/generators)[ RSS](/packages/kodebyraaet-generators/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (15)Used By (0)

Kodebyraaet Generators for Laravel 5
====================================

[](#kodebyraaet-generators-for-laravel-5)

A collection of generators.

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

[](#installation)

Install composer dependency.

```
composer require kodebyraaet/generators --dev

```

If you are using Laravel, add the provider in `config/app.php`.

```
Kodebyraaet\Generators\GeneratorsServiceProvider::class

```

If you are using Lumen, add the provider in `bootstrap/app.php`.

```
$app->register(Kodebyraaet\Generators\GeneratorsServiceProvider::class);

```

Available Commands
------------------

[](#available-commands)

CommandDescriptionphp artisan make:entitiy Name \[--models={Additional models}\] \[--seed\] \[--migration\]Create the a entity folder with a model, repository, interface and service providerphp artisan make:base-repositoryCreate the base repository that is needed by the objects created by make:entity command, this should only be ran onceExample Usage
-------------

[](#example-usage)

```
php artisan make:entity Project --models=Person,Job --seed --migration

```

This will create the following files and folders:

```
+-- App
|   +-- Entities
|      +-- Project
|         +-- Contracts
|            +-- ProjectInterface.php
|         +-- Models
|            +-- Project.php
|            +-- Person.php
|            +-- Job.php
|         +-- Repositories
|            +-- ProjectRepository.php
|         +-- ProjectServiceProvider.php
+-- database
|   +-- migrations
|      +-- 2015_08_19_110000_Create_Projects_table.php
|   +-- seeds
|      +-- ProjectTableSeeder.php

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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 ~57 days

Recently: every ~172 days

Total

14

Last Release

3178d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/87f6b8e020b6ba1566cab3e910905f264083cca85f9db26ac3593ce385700e66?d=identicon)[kodebyraaet](/maintainers/kodebyraaet)

---

Top Contributors

[![mengidd](https://avatars.githubusercontent.com/u/5988766?v=4)](https://github.com/mengidd "mengidd (14 commits)")[![Jon-Myrstad](https://avatars.githubusercontent.com/u/7058316?v=4)](https://github.com/Jon-Myrstad "Jon-Myrstad (2 commits)")[![mistenkt](https://avatars.githubusercontent.com/u/76615?v=4)](https://github.com/mistenkt "mistenkt (2 commits)")

---

Tags

laravelutility

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kodebyraaet-generators/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

20917.2M158](/packages/orchestra-canvas)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[tehwave/laravel-achievements

Simple, elegant Achievements the Laravel way

7012.8k](/packages/tehwave-laravel-achievements)

PHPackages © 2026

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