PHPackages                             ceddyg/clara-entity-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. [Admin Panels](/categories/admin)
4. /
5. ceddyg/clara-entity-generator

ActiveLibrary[Admin Panels](/categories/admin)

ceddyg/clara-entity-generator
=============================

Repository to generate a CRUD system (Controller, model, repository, view using bootstrap, and more) scanning the shema of the database.

4.1.1(6y ago)25101[1 issues](https://github.com/CeddyG/Clara-entity-generator/issues)1MITPHPPHP &gt;=7.2

Since Aug 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/CeddyG/Clara-entity-generator)[ Packagist](https://packagist.org/packages/ceddyg/clara-entity-generator)[ RSS](/packages/ceddyg-clara-entity-generator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (42)Used By (1)

Clara entity generator
======================

[](#clara-entity-generator)

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

[](#installation)

```
composer require ceddyg/clara-entity-generator
```

Add to your providers in 'config/app.php'

```
CeddyG\ClaraEntityGenerator\EntityGeneratorServiceProvider::class,
```

Then to publish the files.

```
php artisan vendor:publish --provider="CeddyG\ClaraEntityGenerator\EntityGeneratorServiceProvider"
```

Use
---

[](#use)

You can select all the table in it and define what file you want :

- Controller
- Model
- Repository (that extend ceddyg/query-builder-repository)
- Request
- Index view
- Form view (to create or edit)
- Traduction files (en and fr)

You have just to define the relations, if they are hasMany or belongsToMany relations and what files you want to create

You can edit the generator to custom your files. The generator is in app/Services/Clara/Generator and the stubs are in ressources/stubs.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity70

Established project with proven stability

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

Recently: every ~30 days

Total

41

Last Release

2207d ago

Major Versions

1.2.2 → 2.0.02018-03-31

2.3.6 → 3.0.02019-02-27

3.6.3 → 4.0.02019-12-24

PHP version history (2 changes)1.0PHP &gt;=5.4.0

4.0.0PHP &gt;=7.2

### Community

Maintainers

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

---

Top Contributors

[![CeddyG](https://avatars.githubusercontent.com/u/16399426?v=4)](https://github.com/CeddyG "CeddyG (43 commits)")

---

Tags

laravelentitycrudclara

### Embed Badge

![Health badge](/badges/ceddyg-clara-entity-generator/health.svg)

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

###  Alternatives

[takielias/tablar-crud-generator

Laravel Tablar Crud Generator based on https://github.com/takielias/tablar

315.6k](/packages/takielias-tablar-crud-generator)

PHPackages © 2026

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