PHPackages                             treggats/crud-repository-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. treggats/crud-repository-generator

AbandonedArchivedCommand[Admin Panels](/categories/admin)

treggats/crud-repository-generator
==================================

Repository generator

1.0.5(4y ago)0621MITPHPPHP &gt;=7.1

Since May 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Treggats/crud-repository-generator)[ Packagist](https://packagist.org/packages/treggats/crud-repository-generator)[ RSS](/packages/treggats-crud-repository-generator/feed)WikiDiscussions develop Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (9)Used By (0)

Crud Repository Generator
=========================

[](#crud-repository-generator)

With this package you can generate simple CRUD repositories, with or without a contract.

Usage
-----

[](#usage)

Without contract for the User model.

```
php artisan make:repository UserRepository

```

With contract for the User model.

```
php artisan make:repository -c UserRepository

```

Config
------

[](#config)

If you have a custom location for your models, you can publish the config. The config defaults to "App\\Models"

```
php artisan vendor:publish --provider="Treggats\CrudRepositoryGenerator\CrudRepositoryGeneratorServiceProvider"

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~303 days

Recently: every ~377 days

Total

6

Last Release

1806d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/27585?v=4)[Tonko Mulder](/maintainers/Treggats)[@Treggats](https://github.com/Treggats)

---

Top Contributors

[![Treggats](https://avatars.githubusercontent.com/u/27585?v=4)](https://github.com/Treggats "Treggats (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

artisancontractcrudrepositoryrepositorydesign patterncontract

### Embed Badge

![Health badge](/badges/treggats-crud-repository-generator/health.svg)

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M218](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3911.7k](/packages/codewithdennis-larament)

PHPackages © 2026

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