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 ago2 watchersCompare

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

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

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

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

3223d 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

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

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

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[illuminate/session

The Illuminate Session package.

9939.3M849](/packages/illuminate-session)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)

PHPackages © 2026

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