PHPackages                             krimt/laravel-crud-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. [API Development](/categories/api)
4. /
5. krimt/laravel-crud-generator

ActiveLibrary[API Development](/categories/api)

krimt/laravel-crud-generator
============================

A Laravel package to generate CRUD API from a JSON file

v1.0.1(1y ago)03MITPHPPHP ^8.0

Since Sep 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kiurd-gentleman/laravel-crud-generator)[ Packagist](https://packagist.org/packages/krimt/laravel-crud-generator)[ Docs](https://github.com/kiurd-gentleman/laravel-crud-generator)[ RSS](/packages/krimt-laravel-crud-generator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

API CRUD generator package
==========================

[](#api-crud-generator-package)

Installation process
--------------------

[](#installation-process)

for the technical task package we need to install the package

```
composer require krimt/laravel-crud-generator
```

For resource publish run the following command

```
php artisan vendor:publish --tag=stubs
```

after that run the following command

```
php artisan crud:generate {name}
```

name would be the name of the model, controller, request and migration file

after run this command you will see the following files in the following directories and api routes will be added in the routes/api.php file

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Total

2

Last Release

592d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb299a9f94774016df2d6a5a4dd9f88e37fd9a28329e595b729fccc2fe1ce309?d=identicon)[kiurd-gentleman](/maintainers/kiurd-gentleman)

---

Top Contributors

[![kiurd-gentleman](https://avatars.githubusercontent.com/u/65729806?v=4)](https://github.com/kiurd-gentleman "kiurd-gentleman (11 commits)")

---

Tags

jsonapilaravelgeneratorcrud

### Embed Badge

![Health badge](/badges/krimt-laravel-crud-generator/health.svg)

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

###  Alternatives

[dragon-code/laravel-json-response

Automatically always return a response in JSON format

1118.6k1](/packages/dragon-code-laravel-json-response)

PHPackages © 2026

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