PHPackages                             defrindr/crudify - 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. defrindr/crudify

ActiveLibrary[Admin Panels](/categories/admin)

defrindr/crudify
================

CRUD Generator

1.0.2(2y ago)19MITPHP

Since Apr 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/defrindr/laravel-crudify)[ Packagist](https://packagist.org/packages/defrindr/crudify)[ RSS](/packages/defrindr-crudify/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Laravel CRUDIFY
===============

[](#laravel-crudify)

Easy things to generate CRUD with laravel.

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

[](#installation)

```
composer require defrindr/crudify
```

Usage
-----

[](#usage)

1. Running generator

```
php artisan crudify:gen --module={module name} {model name}
```

It will generate Model, Controller, Service, Request, and Resource in same time 2. Register to route

```
Route::resource(ExampleController::class);
```

Publish Package
---------------

[](#publish-package)

```
php artisan vendor:publish --provider="Defrindr\Crudify\CrudifyServiceProvider"
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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

Total

3

Last Release

818d ago

### Community

Maintainers

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

---

Top Contributors

[![defrindr](https://avatars.githubusercontent.com/u/37988569?v=4)](https://github.com/defrindr "defrindr (14 commits)")

---

Tags

crudgeneratorlaravellibraryphp

### Embed Badge

![Health badge](/badges/defrindr-crudify/health.svg)

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

PHPackages © 2026

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